#532820

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

Shades of Caput Mortuum #532820

Tints of Caput Mortuum #532820

Color information

#532820 (or 0x532820) is unknown color: approx Caput Mortuum. HEX triplet: 53, 28 and 20. RGB value is (83,40,32). Sum of RGB (Red+Green+Blue) = 83+40+32=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #532820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532820 is #ACD7DF. Grayscale: #343434. Windows color (decimal): -11327456 or 2107475. OLE color: 2107475.

HSL color Cylindrical-coordinate representation of color #532820: hue angle of 9.41º 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 #532820 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB834032-
CMYK00.520.610.67
HSL9.41º44.35%22.55%-
HSV(B)9.41º61.45%32.55%-
XYZ4.593.461.79-
YUV51.94116.75150.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=53.55%
G=25.81%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83403200.520.610.679.4144.3522.55
Hex5328200343D4392c17
Octal123504006475103115427
Binary101001110100010000001101001111011000011100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532820; }

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

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

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

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

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

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

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

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