#522419

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

Shades of Caput Mortuum #522419

Tints of Caput Mortuum #522419

Color information

#522419 (or 0x522419) is unknown color: approx Caput Mortuum. HEX triplet: 52, 24 and 19. RGB value is (82,36,25). Sum of RGB (Red+Green+Blue) = 82+36+25=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #522419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522419 is #ADDBE6. Grayscale: #303030. Windows color (decimal): -11394023 or 1647698. OLE color: 1647698.

HSL color Cylindrical-coordinate representation of color #522419: hue angle of 11.58º 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 #522419 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB823625-
CMYK00.560.700.68
HSL11.58º53.27%20.98%-
HSV(B)11.58º69.51%32.16%-
XYZ4.293.131.3-
YUV48.5114.74151.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 25 (10.16% from 255) = 17.48%
R=57.34%
G=25.17%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82362500.560.700.6811.5853.2720.98
Hex5224190384644c3515
Octal1224431070106104146525
Binary101001010010011001011100010001101000100110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522419; }

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

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

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

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

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

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

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

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