#554745

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

Shades of Woody Brown #554745

Tints of Woody Brown #554745

Color information

#554745 (or 0x554745) is unknown color: approx Woody Brown. HEX triplet: 55, 47 and 45. RGB value is (85,71,69). Sum of RGB (Red+Green+Blue) = 85+71+69=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554745 is #AAB8BA. Grayscale: #4A4A4A. Windows color (decimal): -11188411 or 4540245. OLE color: 4540245.

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

Color convert

RGB857169-
CMYK00.160.190.67
HSL7.5º10.39%30.2%-
HSV(B)7.5º18.82%33.33%-
XYZ7.076.876.58-
YUV74.96124.64135.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=37.78%
G=31.56%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85716900.160.190.677.510.3930.2
Hex55474501013438a1e
Octal12510710502023103101236
Binary1010101100011110001010100001001110000111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554745; }

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

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

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

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

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

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

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

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