#542B24

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

Shades of Caput Mortuum #542B24

Tints of Caput Mortuum #542B24

Color information

#542B24 (or 0x542B24) is unknown color: approx Caput Mortuum. HEX triplet: 54, 2B and 24. RGB value is (84,43,36). Sum of RGB (Red+Green+Blue) = 84+43+36=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #542B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B24 is #ABD4DB. Grayscale: #363636. Windows color (decimal): -11261148 or 2370388. OLE color: 2370388.

HSL color Cylindrical-coordinate representation of color #542B24: hue angle of 8.75º 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 #542B24 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB844336-
CMYK00.490.570.67
HSL8.75º40%23.53%-
HSV(B)8.75º57.14%32.94%-
XYZ4.843.742.14-
YUV54.46117.58149.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.53%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 36 (14.45% from 255) = 22.09%
R=51.53%
G=26.38%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84433600.490.570.678.754023.53
Hex542B24031394392818
Octal124534406171103115030
Binary101010010101110010001100011110011000011100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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