#522619

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

Shades of Caput Mortuum #522619

Tints of Caput Mortuum #522619

Color information

#522619 (or 0x522619) is unknown color: approx Caput Mortuum. HEX triplet: 52, 26 and 19. RGB value is (82,38,25). Sum of RGB (Red+Green+Blue) = 82+38+25=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #522619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522619 is #ADD9E6. Grayscale: #313131. Windows color (decimal): -11393511 or 1648210. OLE color: 1648210.

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

Color convert

RGB823825-
CMYK00.540.700.68
HSL13.68º53.27%20.98%-
HSV(B)13.68º69.51%32.16%-
XYZ4.353.251.32-
YUV49.67114.08151.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.55%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=56.55%
G=26.21%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82382500.540.700.6813.6853.2720.98
Hex5226190364644e3515
Octal1224631066106104166525
Binary101001010011011001011011010001101000100111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522619; }

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

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

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

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

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

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

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

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