#544342

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

Shades of Woody Brown #544342

Tints of Woody Brown #544342

Color information

#544342 (or 0x544342) is unknown color: approx Woody Brown. HEX triplet: 54, 43 and 42. RGB value is (84,67,66). Sum of RGB (Red+Green+Blue) = 84+67+66=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #544342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544342 is #ABBCBD. Grayscale: #474747. Windows color (decimal): -11254974 or 4342612. OLE color: 4342612.

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

Color convert

RGB846766-
CMYK00.200.210.67
HSL3.33º12%29.41%-
HSV(B)3.33º21.43%32.94%-
XYZ6.656.296.02-
YUV71.97124.63136.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=38.71%
G=30.88%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84676600.200.210.673.331229.41
Hex54434201415433c1d
Octal1241031020242510331435
Binary10101001000011100001001010010101100001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544342; }

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

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

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

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

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

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

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

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