Html Css Color HEX #553E37 Very Dark Brown

📋 copy color: '#553E37'

red 85 ◦ green 62 ◦ blue 55

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

Shades of Very Dark Brown #553E37

Tints of Very Dark Brown #553E37

RGB

 RED value IS 85 (33.59% from 255) = 42.08%

 GREEN value IS 62 (24.61% from 255) = 30.69%

 BLUE value IS 55 (21.88% from 255) = 27.23%

R = 42.08%
G = 30.69%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#553E37 (or 0x553E37) is known color: Very Dark Brown. HEX triplet: 55, 3E and 37. RGB value is (85,62,55). Sum of RGB (Red+Green+Blue) = 85+62+55=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #553E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E37 is #AAC1C8. Grayscale: #444444. Windows color (decimal): -11190729 or 3620437. OLE color: 3620437.

HSL color Cylindrical-coordinate representation of color #553E37: hue angle of 14º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #553E37 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 62 55 -
CMYK 0 0.27 0.35 0.67
HSL 14º 0.21% 0.27% -
HSV(B) 14º 0.35% 0.33% -
XYZ 6.16 5.65 4.38 -
YUV 68.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 85 62 55 0 0.27 0.35 0.67 14 0.21 0.27
Hex 55 3E 37 0 1B 23 43 E 15 1B
Octal 125 76 67 0 33 43 103 16 25 33
Binary 1010101 111110 110111 0 11011 100011 1000011 1110 10101 11011

Color Harmonies of #553E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E37

Black with #553E37

Text Example


Text Example

White with #553E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553E37; }

 p { color: rgb(85,62,55); }

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

background-color css

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

 a { background-color: rgb(85,62,55); }

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

border-color css

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

 span { border-color: rgb(85,62,55); }

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