#532724

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

Shades of Caput Mortuum #532724

Tints of Caput Mortuum #532724

Color information

#532724 (or 0x532724) is unknown color: approx Caput Mortuum. HEX triplet: 53, 27 and 24. RGB value is (83,39,36). Sum of RGB (Red+Green+Blue) = 83+39+36=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #532724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532724 is #ACD8DB. Grayscale: #333333. Windows color (decimal): -11327708 or 2369363. OLE color: 2369363.

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

Color convert

RGB833936-
CMYK00.530.570.67
HSL3.83º39.5%23.33%-
HSV(B)3.83º56.63%32.55%-
XYZ4.613.422.09-
YUV51.81119.08150.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=52.53%
G=24.68%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83393600.530.570.673.8339.523.33
Hex532724035394342717
Octal12347440657110344727
Binary10100111001111001000110101111001100001110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532724; }

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

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

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

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

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

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

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

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