Html Css Color HEX #553F37 Very Dark Brown

📋 copy color: '#553F37'

red 85 ◦ green 63 ◦ blue 55

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

Shades of Very Dark Brown #553F37

Tints of Very Dark Brown #553F37

RGB

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

 GREEN value IS 63 (25% from 255) = 31.03%

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

R = 41.87%
G = 31.03%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#553F37 (or 0x553F37) is known color: Very Dark Brown. HEX triplet: 55, 3F and 37. RGB value is (85,63,55). Sum of RGB (Red+Green+Blue) = 85+63+55=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #553F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F37 is #AAC0C8. Grayscale: #444444. Windows color (decimal): -11190473 or 3620693. OLE color: 3620693.

HSL color Cylindrical-coordinate representation of color #553F37: hue angle of 16º 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 #553F37 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 63 55 -
CMYK 0 0.26 0.35 0.67
HSL 16º 0.21% 0.27% -
HSV(B) 16º 0.35% 0.33% -
XYZ 6.21 5.76 4.4 -
YUV 68.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 85 63 55 0 0.26 0.35 0.67 16 0.21 0.27
Hex 55 3F 37 0 1A 23 43 10 15 1B
Octal 125 77 67 0 32 43 103 20 25 33
Binary 1010101 111111 110111 0 11010 100011 1000011 10000 10101 11011

Color Harmonies of #553F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F37

Black with #553F37

Text Example


Text Example

White with #553F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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