#532516

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

Shades of Caput Mortuum #532516

Tints of Caput Mortuum #532516

Color information

#532516 (or 0x532516) is unknown color: approx Caput Mortuum. HEX triplet: 53, 25 and 16. RGB value is (83,37,22). Sum of RGB (Red+Green+Blue) = 83+37+22=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #532516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532516 is #ACDAE9. Grayscale: #313131. Windows color (decimal): -11328234 or 1451347. OLE color: 1451347.

HSL color Cylindrical-coordinate representation of color #532516: hue angle of 14.75º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532516 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB833722-
CMYK00.550.730.67
HSL14.75º58.1%20.59%-
HSV(B)14.75º73.49%32.55%-
XYZ4.373.221.15-
YUV49.04112.74152.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=58.45%
G=26.06%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83372200.550.730.6714.7558.120.59
Hex5325160374943f3a15
Octal1234526067111103177225
Binary101001110010110110011011110010011000011111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532516; }

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

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

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

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

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

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

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

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