#522315

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

Shades of Caput Mortuum #522315

Tints of Caput Mortuum #522315

Color information

#522315 (or 0x522315) is unknown color: approx Caput Mortuum. HEX triplet: 52, 23 and 15. RGB value is (82,35,21). Sum of RGB (Red+Green+Blue) = 82+35+21=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #522315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522315 is #ADDCEA. Grayscale: #2F2F2F. Windows color (decimal): -11394283 or 1385298. OLE color: 1385298.

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

Color convert

RGB823521-
CMYK00.570.740.68
HSL13.77º59.22%20.2%-
HSV(B)13.77º74.39%32.16%-
XYZ4.223.051.08-
YUV47.46113.07152.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.42%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=59.42%
G=25.36%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82352100.570.740.6813.7759.2220.2
Hex5223150394A44e3b14
Octal1224325071112104167324
Binary101001010001110101011100110010101000100111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522315; }

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

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

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

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

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

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

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

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