#554848

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

Shades of Woody Brown #554848

Tints of Woody Brown #554848

Color information

#554848 (or 0x554848) is unknown color: approx Woody Brown. HEX triplet: 55, 48 and 48. RGB value is (85,72,72). Sum of RGB (Red+Green+Blue) = 85+72+72=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #554848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554848 is #AAB7B7. Grayscale: #4B4B4B. Windows color (decimal): -11188152 or 4737109. OLE color: 4737109.

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

Color convert

RGB857272-
CMYK00.150.150.67
HSL8.28%30.78%-
HSV(B)15.29%33.33%-
XYZ7.237.037.11-
YUV75.89125.81134.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=37.12%
G=31.44%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85727200.150.150.6708.2830.78
Hex5548480FF43081f
Octal1251101100171710301037
Binary10101011001000100100001111111110000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554848; }

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

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

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

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

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

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

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

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