#522319

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

Shades of Caput Mortuum #522319

Tints of Caput Mortuum #522319

Color information

#522319 (or 0x522319) is unknown color: approx Caput Mortuum. HEX triplet: 52, 23 and 19. RGB value is (82,35,25). Sum of RGB (Red+Green+Blue) = 82+35+25=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #522319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522319 is #ADDCE6. Grayscale: #303030. Windows color (decimal): -11394279 or 1647442. OLE color: 1647442.

HSL color Cylindrical-coordinate representation of color #522319: hue angle of 10.53º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522319 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB823525-
CMYK00.570.700.68
HSL10.53º53.27%20.98%-
HSV(B)10.53º69.51%32.16%-
XYZ4.263.071.29-
YUV47.91115.07152.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.75%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 25 (10.16% from 255) = 17.61%
R=57.75%
G=24.65%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82352500.570.700.6810.5353.2720.98
Hex5223190394644b3515
Octal1224331071106104136525
Binary101001010001111001011100110001101000100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522319; }

 p { color: rgb(82,35,25); }

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

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

 a { background-color: rgb(82,35,25); }

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

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

 span { border-color: rgb(82,35,25); }

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