#561700

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

Shades of Caput Mortuum #561700

Tints of Caput Mortuum #561700

Color information

#561700 (or 0x561700) is unknown color: approx Caput Mortuum. HEX triplet: 56, 17 and 00. RGB value is (86,23,0). Sum of RGB (Red+Green+Blue) = 86+23+0=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #561700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561700 is #A9E8FF. Grayscale: #272727. Windows color (decimal): -11135232 or 5974. OLE color: 5974.

HSL color Cylindrical-coordinate representation of color #561700: hue angle of 16.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #561700 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB86230-
CMYK00.7310.66
HSL16.05º100%16.86%-
HSV(B)16.05º100%33.73%-
XYZ4.142.590.28-
YUV39.21105.87161.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.90%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.90%
G=21.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8623000.7310.6616.0510016.86
Hex561700496442106411
Octal12627001111441022014421
Binary1010110101110010010011100100100001010000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561700; }

 p { color: rgb(86,23,0); }

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

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

 a { background-color: rgb(86,23,0); }

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

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

 span { border-color: rgb(86,23,0); }

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