#532524

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

Shades of Caput Mortuum #532524

Tints of Caput Mortuum #532524

Color information

#532524 (or 0x532524) is unknown color: approx Caput Mortuum. HEX triplet: 53, 25 and 24. RGB value is (83,37,36). Sum of RGB (Red+Green+Blue) = 83+37+36=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532524 is #ACDADB. Grayscale: #323232. Windows color (decimal): -11328220 or 2368851. OLE color: 2368851.

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

Color convert

RGB833736-
CMYK00.550.570.67
HSL1.28º39.5%23.33%-
HSV(B)1.28º56.63%32.55%-
XYZ4.553.292.06-
YUV50.64119.74151.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=53.21%
G=23.72%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83373600.550.570.671.2839.523.33
Hex532524037394312717
Octal12345440677110314727
Binary101001110010110010001101111110011000011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532524; }

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

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

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

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

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

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

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

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