#521706

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

Shades of Caput Mortuum #521706

Tints of Caput Mortuum #521706

Color information

#521706 (or 0x521706) is unknown color: approx Caput Mortuum. HEX triplet: 52, 17 and 06. RGB value is (82,23,6). Sum of RGB (Red+Green+Blue) = 82+23+6=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #521706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521706 is #ADE8F9. Grayscale: #262626. Windows color (decimal): -11397370 or 399186. OLE color: 399186.

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

Color convert

RGB82236-
CMYK00.720.930.68
HSL13.42º86.36%17.25%-
HSV(B)13.42º92.68%32.16%-
XYZ3.822.420.44-
YUV38.7109.55158.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 73.87%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=73.87%
G=20.72%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8223600.720.930.6813.4286.3617.25
Hex521760485D44d5611
Octal12227601101351041512621
Binary10100101011111001001000101110110001001101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521706; }

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

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

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

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

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

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

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

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