#554646

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

Shades of Woody Brown #554646

Tints of Woody Brown #554646

Color information

#554646 (or 0x554646) is unknown color: approx Woody Brown. HEX triplet: 55, 46 and 46. RGB value is (85,70,70). Sum of RGB (Red+Green+Blue) = 85+70+70=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554646 is #AAB9B9. Grayscale: #4A4A4A. Windows color (decimal): -11188666 or 4605525. OLE color: 4605525.

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

Color convert

RGB857070-
CMYK00.180.180.67
HSL9.68%30.39%-
HSV(B)17.65%33.33%-
XYZ7.046.756.73-
YUV74.48125.47135.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=37.78%
G=31.11%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85707000.180.180.6709.6830.39
Hex55464601212430a1e
Octal1251061060222210301236
Binary1010101100011010001100100101001010000110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554646; }

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

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

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

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

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

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

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

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