#542B23

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

Shades of Caput Mortuum #542B23

Tints of Caput Mortuum #542B23

Color information

#542B23 (or 0x542B23) is unknown color: approx Caput Mortuum. HEX triplet: 54, 2B and 23. RGB value is (84,43,35). Sum of RGB (Red+Green+Blue) = 84+43+35=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #542B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B23 is #ABD4DC. Grayscale: #363636. Windows color (decimal): -11261149 or 2304852. OLE color: 2304852.

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

Color convert

RGB844335-
CMYK00.490.580.67
HSL9.8º41.18%23.33%-
HSV(B)9.8º58.33%32.94%-
XYZ4.823.732.06-
YUV54.35117.08149.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 43 (17.19% from 255) = 26.54%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=51.85%
G=26.54%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84433500.490.580.679.841.1823.33
Hex542B230313A43a2917
Octal124534306172103125127
Binary101010010101110001101100011110101000011101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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