#544240

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

Shades of Crater Brown #544240

Tints of Crater Brown #544240

Color information

#544240 (or 0x544240) is unknown color: approx Crater Brown. HEX triplet: 54, 42 and 40. RGB value is (84,66,64). Sum of RGB (Red+Green+Blue) = 84+66+64=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #544240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544240 is #ABBDBF. Grayscale: #474747. Windows color (decimal): -11255232 or 4211284. OLE color: 4211284.

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

Color convert

RGB846664-
CMYK00.210.240.67
HSL13.51%29.02%-
HSV(B)23.81%32.94%-
XYZ6.536.155.69-
YUV71.15123.96137.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=39.25%
G=30.84%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84666400.210.240.67613.5129.02
Hex54424001518436e1d
Octal1241021000253010361635
Binary101010010000101000000010101110001000011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544240; }

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

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

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

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

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

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

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

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