#522013

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

Shades of Caput Mortuum #522013

Tints of Caput Mortuum #522013

Color information

#522013 (or 0x522013) is unknown color: approx Caput Mortuum. HEX triplet: 52, 20 and 13. RGB value is (82,32,19). Sum of RGB (Red+Green+Blue) = 82+32+19=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #522013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522013 is #ADDFEC. Grayscale: #2D2D2D. Windows color (decimal): -11395053 or 1253458. OLE color: 1253458.

HSL color Cylindrical-coordinate representation of color #522013: hue angle of 12.38º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #522013 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB823219-
CMYK00.610.770.68
HSL12.38º62.38%19.8%-
HSV(B)12.38º76.83%32.16%-
XYZ4.112.870.95-
YUV45.47113.06154.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.65%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=61.65%
G=24.06%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82321900.610.770.6812.3862.3819.8
Hex52201303D4D44c3e14
Octal1224023075115104147624
Binary101001010000010011011110110011011000100110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522013; }

 p { color: rgb(82,32,19); }

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

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

 a { background-color: rgb(82,32,19); }

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

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

 span { border-color: rgb(82,32,19); }

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