#544442

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

Shades of Woody Brown #544442

Tints of Woody Brown #544442

Color information

#544442 (or 0x544442) is unknown color: approx Woody Brown. HEX triplet: 54, 44 and 42. RGB value is (84,68,66). Sum of RGB (Red+Green+Blue) = 84+68+66=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #544442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544442 is #ABBBBD. Grayscale: #484848. Windows color (decimal): -11254718 or 4342868. OLE color: 4342868.

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

Color convert

RGB846866-
CMYK00.190.210.67
HSL6.67º12%29.41%-
HSV(B)6.67º21.43%32.94%-
XYZ6.716.416.04-
YUV72.56124.3136.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 66 (26.17% from 255) = 30.28%
R=38.53%
G=31.19%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84686600.190.210.676.671229.41
Hex54444201315437c1d
Octal1241041020232510371435
Binary101010010001001000010010011101011000011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544442; }

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

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

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

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

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

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

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

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