Html Css Color HEX #534440 Crater Brown

📋 copy color: '#534440'

red 83 ◦ green 68 ◦ blue 64

#534440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crater Brown #534440

Tints of Crater Brown #534440

RGB

 RED value IS 83 (32.81% from 255) = 38.6%

 GREEN value IS 68 (26.95% from 255) = 31.63%

 BLUE value IS 64 (25.39% from 255) = 29.77%

R = 38.6%
G = 31.63%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#534440 (or 0x534440) is known color: Crater Brown. HEX triplet: 53, 44 and 40. RGB value is (83,68,64). Sum of RGB (Red+Green+Blue) = 83+68+64=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #534440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534440 is #ACBBBF. Grayscale: #484848. Windows color (decimal): -11320256 or 4211795. OLE color: 4211795.

HSL color Cylindrical-coordinate representation of color #534440: hue angle of 12.63º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534440 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 64 -
CMYK 0 0.18 0.23 0.67
HSL 12.63º 0.13% 0.29% -
HSV(B) 12.63º 0.23% 0.33% -
XYZ 6.56 6.34 5.73 -
YUV 72.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 83 68 64 0 0.18 0.23 0.67 12.63 0.13 0.29
Hex 53 44 40 0 12 17 43 D D 1D
Octal 123 104 100 0 22 27 103 15 15 35
Binary 1010011 1000100 1000000 0 10010 10111 1000011 1101 1101 11101

Color Harmonies of #534440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534440

Black with #534440

Text Example


Text Example

White with #534440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534440; }

 p { color: rgb(83,68,64); }

 H1.HeaderClassName
 {
   color: #534440;
 }
 .AnyTagClassName
 {
   color: #534440;
 }
</style>

background-color css

<style>
 a { background-color: #534440; }

 a { background-color: rgb(83,68,64); }

 div.DivClassName
 {
   background-color: #534440;
 }
 .BgClassName
 {
   background-color: #534440;
 }
</style>

border-color css

<style>
 span { border-color: #534440; }

 span { border-color: rgb(83,68,64); }

 td.TdClassName
 {
   border-color: #534440;
 }
 .TagClassName
 {
   border-color: #534440;
 }
</style>