Html Css Color HEX #554037 Very Dark Brown

📋 copy color: '#554037'

red 85 ◦ green 64 ◦ blue 55

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

Shades of Very Dark Brown #554037

Tints of Very Dark Brown #554037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.37%

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

R = 41.67%
G = 31.37%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#554037 (or 0x554037) is known color: Very Dark Brown. HEX triplet: 55, 40 and 37. RGB value is (85,64,55). Sum of RGB (Red+Green+Blue) = 85+64+55=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #554037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554037 is #AABFC8. Grayscale: #454545. Windows color (decimal): -11190217 or 3620949. OLE color: 3620949.

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

Color convert

RGB 85 64 55 -
CMYK 0 0.25 0.35 0.67
HSL 18º 0.21% 0.27% -
HSV(B) 18º 0.35% 0.33% -
XYZ 6.27 5.87 4.42 -
YUV 69.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 85 64 55 0 0.25 0.35 0.67 18 0.21 0.27
Hex 55 40 37 0 19 23 43 12 15 1B
Octal 125 100 67 0 31 43 103 22 25 33
Binary 1010101 1000000 110111 0 11001 100011 1000011 10010 10101 11011

Color Harmonies of #554037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554037

Black with #554037

Text Example


Text Example

White with #554037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554037; }

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

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

background-color css

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

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

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

border-color css

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

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

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