#544544

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

Shades of Woody Brown #544544

Tints of Woody Brown #544544

Color information

#544544 (or 0x544544) is unknown color: approx Woody Brown. HEX triplet: 54, 45 and 44. RGB value is (84,69,68). Sum of RGB (Red+Green+Blue) = 84+69+68=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544544 is #ABBABB. Grayscale: #494949. Windows color (decimal): -11254460 or 4474196. OLE color: 4474196.

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

Color convert

RGB846968-
CMYK00.180.190.67
HSL3.75º10.53%29.8%-
HSV(B)3.75º19.05%32.94%-
XYZ6.836.566.37-
YUV73.37124.97135.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=38.01%
G=31.22%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84696800.180.190.673.7510.5329.8
Hex54454401213434b1e
Octal1241051040222310341336
Binary101010010001011000100010010100111000011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544544; }

 p { color: rgb(84,69,68); }

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

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

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

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

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

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

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