#544848

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

Shades of Woody Brown #544848

Tints of Woody Brown #544848

Color information

#544848 (or 0x544848) is unknown color: approx Woody Brown. HEX triplet: 54, 48 and 48. RGB value is (84,72,72). Sum of RGB (Red+Green+Blue) = 84+72+72=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #544848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544848 is #ABB7B7. Grayscale: #4B4B4B. Windows color (decimal): -11253688 or 4737108. OLE color: 4737108.

HSL color Cylindrical-coordinate representation of color #544848: 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.14%. Process color model (Four color, CMYK) of #544848 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB847272-
CMYK00.140.140.67
HSL7.69%30.59%-
HSV(B)14.29%32.94%-
XYZ7.146.997.1-
YUV75.59125.98134-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 72 (28.52% from 255) = 31.58%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=36.84%
G=31.58%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84727200.140.140.6707.6930.59
Hex5448480EE43081f
Octal1241101100161610301037
Binary10101001001000100100001110111010000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544848; }

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

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

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

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

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

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

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

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