#532D24

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

Shades of Caput Mortuum #532D24

Tints of Caput Mortuum #532D24

Color information

#532D24 (or 0x532D24) is unknown color: approx Caput Mortuum. HEX triplet: 53, 2D and 24. RGB value is (83,45,36). Sum of RGB (Red+Green+Blue) = 83+45+36=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #532D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D24 is #ACD2DB. Grayscale: #373737. Windows color (decimal): -11326172 or 2370899. OLE color: 2370899.

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

Color convert

RGB834536-
CMYK00.460.570.67
HSL11.49º39.5%23.33%-
HSV(B)11.49º56.63%32.55%-
XYZ4.823.842.16-
YUV55.34117.09147.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=50.61%
G=27.44%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83453600.460.570.6711.4939.523.33
Hex532D2402E3943b2717
Octal123554405671103134727
Binary101001110110110010001011101110011000011101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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