#544242

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

Shades of Woody Brown #544242

Tints of Woody Brown #544242

Color information

#544242 (or 0x544242) is unknown color: approx Woody Brown. HEX triplet: 54, 42 and 42. RGB value is (84,66,66). Sum of RGB (Red+Green+Blue) = 84+66+66=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #544242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544242 is #ABBDBD. Grayscale: #474747. Windows color (decimal): -11255230 or 4342356. OLE color: 4342356.

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

Color convert

RGB846666-
CMYK00.210.210.67
HSL12%29.41%-
HSV(B)21.43%32.94%-
XYZ6.596.176-
YUV71.38124.96137-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.89%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=38.89%
G=30.56%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84666600.210.210.6701229.41
Hex54424201515430c1d
Octal1241021020252510301435
Binary1010100100001010000100101011010110000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544242; }

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

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

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

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

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

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

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

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