#532B20

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

Shades of Caput Mortuum #532B20

Tints of Caput Mortuum #532B20

Color information

#532B20 (or 0x532B20) is unknown color: approx Caput Mortuum. HEX triplet: 53, 2B and 20. RGB value is (83,43,32). Sum of RGB (Red+Green+Blue) = 83+43+32=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #532B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B20 is #ACD4DF. Grayscale: #353535. Windows color (decimal): -11326688 or 2108243. OLE color: 2108243.

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

Color convert

RGB834332-
CMYK00.480.610.67
HSL12.94º44.35%22.55%-
HSV(B)12.94º61.45%32.55%-
XYZ4.693.671.83-
YUV53.71115.75148.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=52.53%
G=27.22%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83433200.480.610.6712.9444.3522.55
Hex532B200303D43d2c17
Octal123534006075103155427
Binary101001110101110000001100001111011000011110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,43,32); }

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

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

 a { background-color: rgb(83,43,32); }

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

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

 span { border-color: rgb(83,43,32); }

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