#554845

Color #554845 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #554845

Tints of Woody Brown #554845

Color information

#554845 (or 0x554845) is unknown color: approx Woody Brown. HEX triplet: 55, 48 and 45. RGB value is (85,72,69). Sum of RGB (Red+Green+Blue) = 85+72+69=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554845 is #AAB7BA. Grayscale: #4B4B4B. Windows color (decimal): -11188155 or 4540501. OLE color: 4540501.

HSL color Cylindrical-coordinate representation of color #554845: hue angle of 11.25º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554845 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB857269-
CMYK00.150.190.67
HSL11.25º10.39%30.2%-
HSV(B)11.25º18.82%33.33%-
XYZ7.1476.6-
YUV75.54124.31134.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=37.61%
G=31.86%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85726900.150.190.6711.2510.3930.2
Hex5548450F1343ba1e
Octal12511010501723103131236
Binary101010110010001000101011111001110000111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554845; }

 p { color: rgb(85,72,69); }

 H1.HeaderClassName
 {
   color: #554845;
 }
 .AnyTagClassName
 {
   color: #554845;
 }
</style>
background-color css

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

 a { background-color: rgb(85,72,69); }

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

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

 span { border-color: rgb(85,72,69); }

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