#522719

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

Shades of Caput Mortuum #522719

Tints of Caput Mortuum #522719

Color information

#522719 (or 0x522719) is unknown color: approx Caput Mortuum. HEX triplet: 52, 27 and 19. RGB value is (82,39,25). Sum of RGB (Red+Green+Blue) = 82+39+25=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #522719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522719 is #ADD8E6. Grayscale: #323232. Windows color (decimal): -11393255 or 1648466. OLE color: 1648466.

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

Color convert

RGB823925-
CMYK00.520.700.68
HSL14.74º53.27%20.98%-
HSV(B)14.74º69.51%32.16%-
XYZ4.383.321.33-
YUV50.26113.75150.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.16%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=56.16%
G=26.71%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82392500.520.700.6814.7453.2720.98
Hex5227190344644f3515
Octal1224731064106104176525
Binary101001010011111001011010010001101000100111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522719; }

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

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

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

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

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

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

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

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