#542E24

Color #542E24 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #542E24

Tints of Caput Mortuum #542E24

Color information

#542E24 (or 0x542E24) is unknown color: approx Caput Mortuum. HEX triplet: 54, 2E and 24. RGB value is (84,46,36). Sum of RGB (Red+Green+Blue) = 84+46+36=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #542E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E24 is #ABD1DB. Grayscale: #383838. Windows color (decimal): -11260380 or 2371156. OLE color: 2371156.

HSL color Cylindrical-coordinate representation of color #542E24: hue angle of 12.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #542E24 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB844636-
CMYK00.450.570.67
HSL12.5º40%23.53%-
HSV(B)12.5º57.14%32.94%-
XYZ4.953.972.17-
YUV56.22116.59147.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=50.60%
G=27.71%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84463600.450.570.6712.54023.53
Hex542E2402D3943d2818
Octal124564405571103155030
Binary101010010111010010001011011110011000011110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542E24; }

 p { color: rgb(84,46,36); }

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

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

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

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

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

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

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