#532E24

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

Shades of Caput Mortuum #532E24

Tints of Caput Mortuum #532E24

Color information

#532E24 (or 0x532E24) is unknown color: approx Caput Mortuum. HEX triplet: 53, 2E and 24. RGB value is (83,46,36). Sum of RGB (Red+Green+Blue) = 83+46+36=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #532E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E24 is #ACD1DB. Grayscale: #373737. Windows color (decimal): -11325916 or 2371155. OLE color: 2371155.

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

Color convert

RGB834636-
CMYK00.450.570.67
HSL12.77º39.5%23.33%-
HSV(B)12.77º56.63%32.55%-
XYZ4.863.922.17-
YUV55.92116.76147.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=50.30%
G=27.88%
B=21.82%

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
Decimal83463600.450.570.6712.7739.523.33
Hex532E2402D3943d2717
Octal123564405571103154727
Binary101001110111010010001011011110011000011110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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