#554645

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

Shades of Woody Brown #554645

Tints of Woody Brown #554645

Color information

#554645 (or 0x554645) is unknown color: approx Woody Brown. HEX triplet: 55, 46 and 45. RGB value is (85,70,69). Sum of RGB (Red+Green+Blue) = 85+70+69=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554645 is #AAB9BA. Grayscale: #4A4A4A. Windows color (decimal): -11188667 or 4539989. OLE color: 4539989.

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

Color convert

RGB857069-
CMYK00.180.190.67
HSL3.75º10.39%30.2%-
HSV(B)3.75º18.82%33.33%-
XYZ7.016.746.56-
YUV74.37124.97135.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=37.95%
G=31.25%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85706900.180.190.673.7510.3930.2
Hex55464501213434a1e
Octal1251061050222310341236
Binary101010110001101000101010010100111000011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554645; }

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

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

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

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

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

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

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

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