#554746

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

Shades of Woody Brown #554746

Tints of Woody Brown #554746

Color information

#554746 (or 0x554746) is unknown color: approx Woody Brown. HEX triplet: 55, 47 and 46. RGB value is (85,71,70). Sum of RGB (Red+Green+Blue) = 85+71+70=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554746 is #AAB8B9. Grayscale: #4B4B4B. Windows color (decimal): -11188410 or 4605781. OLE color: 4605781.

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

Color convert

RGB857170-
CMYK00.160.180.67
HSL9.68%30.39%-
HSV(B)17.65%33.33%-
XYZ7.116.886.75-
YUV75.07125.14135.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=37.61%
G=31.42%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85717000.160.180.6749.6830.39
Hex55474601012434a1e
Octal1251071060202210341236
Binary101010110001111000110010000100101000011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554746; }

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

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

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

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

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

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

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

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