#554846

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

Shades of Woody Brown #554846

Tints of Woody Brown #554846

Color information

#554846 (or 0x554846) is unknown color: approx Woody Brown. HEX triplet: 55, 48 and 46. RGB value is (85,72,70). Sum of RGB (Red+Green+Blue) = 85+72+70=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554846 is #AAB7B9. Grayscale: #4B4B4B. Windows color (decimal): -11188154 or 4606037. OLE color: 4606037.

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

Color convert

RGB857270-
CMYK00.150.180.67
HSL9.68%30.39%-
HSV(B)17.65%33.33%-
XYZ7.177.016.77-
YUV75.66124.81134.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=37.44%
G=31.72%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85727000.150.180.6789.6830.39
Hex5548460F12438a1e
Octal12511010601722103101236
Binary101010110010001000110011111001010000111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554846; }

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

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

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

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

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

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

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

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