#522317

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

Shades of Caput Mortuum #522317

Tints of Caput Mortuum #522317

Color information

#522317 (or 0x522317) is unknown color: approx Caput Mortuum. HEX triplet: 52, 23 and 17. RGB value is (82,35,23). Sum of RGB (Red+Green+Blue) = 82+35+23=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #522317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522317 is #ADDCE8. Grayscale: #2F2F2F. Windows color (decimal): -11394281 or 1516370. OLE color: 1516370.

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

Color convert

RGB823523-
CMYK00.570.720.68
HSL12.2º56.19%20.59%-
HSV(B)12.2º71.95%32.16%-
XYZ4.243.061.18-
YUV47.68114.07152.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.57%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 23 (9.38% from 255) = 16.43%
R=58.57%
G=25%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82352300.570.720.6812.256.1920.59
Hex5223170394844c3815
Octal1224327071110104147025
Binary101001010001110111011100110010001000100110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522317; }

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

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

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

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

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

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

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

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