#532416

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

Shades of Caput Mortuum #532416

Tints of Caput Mortuum #532416

Color information

#532416 (or 0x532416) is unknown color: approx Caput Mortuum. HEX triplet: 53, 24 and 16. RGB value is (83,36,22). Sum of RGB (Red+Green+Blue) = 83+36+22=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #532416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532416 is #ACDBE9. Grayscale: #303030. Windows color (decimal): -11328490 or 1451091. OLE color: 1451091.

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

Color convert

RGB833622-
CMYK00.570.730.67
HSL13.77º58.1%20.59%-
HSV(B)13.77º73.49%32.55%-
XYZ4.343.161.14-
YUV48.46113.07152.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=58.87%
G=25.53%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83362200.570.730.6713.7758.120.59
Hex5324160394943e3a15
Octal1234426071111103167225
Binary101001110010010110011100110010011000011111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532416; }

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

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

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

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

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

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

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

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