#544140

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

Shades of Woody Brown #544140

Tints of Woody Brown #544140

Color information

#544140 (or 0x544140) is unknown color: approx Woody Brown. HEX triplet: 54, 41 and 40. RGB value is (84,65,64). Sum of RGB (Red+Green+Blue) = 84+65+64=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #544140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544140 is #ABBEBF. Grayscale: #464646. Windows color (decimal): -11255488 or 4211028. OLE color: 4211028.

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

Color convert

RGB846564-
CMYK00.230.240.67
HSL13.51%29.02%-
HSV(B)23.81%32.94%-
XYZ6.476.045.67-
YUV70.57124.29137.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=39.44%
G=30.52%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84656400.230.240.67313.5129.02
Hex54414001718433e1d
Octal1241011000273010331635
Binary10101001000001100000001011111000100001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544140; }

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

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

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

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

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

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

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

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