#544141

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

Shades of Woody Brown #544141

Tints of Woody Brown #544141

Color information

#544141 (or 0x544141) is unknown color: approx Woody Brown. HEX triplet: 54, 41 and 41. RGB value is (84,65,65). Sum of RGB (Red+Green+Blue) = 84+65+65=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #544141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544141 is #ABBEBE. Grayscale: #464646. Windows color (decimal): -11255487 or 4276564. OLE color: 4276564.

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

Color convert

RGB846565-
CMYK00.230.230.67
HSL12.75%29.22%-
HSV(B)22.62%32.94%-
XYZ6.56.055.83-
YUV70.68124.79137.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=39.25%
G=30.37%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84656500.230.230.67012.7529.22
Hex54414101717430d1d
Octal1241011010272710301535
Binary1010100100000110000010101111011110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544141; }

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

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

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

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

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

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

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

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