#561705

Color #561705 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #561705

Tints of Red Oxide #561705

Color information

#561705 (or 0x561705) is unknown color: approx Red Oxide. HEX triplet: 56, 17 and 05. RGB value is (86,23,5). Sum of RGB (Red+Green+Blue) = 86+23+5=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #561705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561705 is #A9E8FA. Grayscale: #272727. Windows color (decimal): -11135227 or 333654. OLE color: 333654.

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

Color convert

RGB86235-
CMYK00.730.940.66
HSL13.33º89.01%17.84%-
HSV(B)13.33º94.19%33.73%-
XYZ4.172.60.43-
YUV39.78108.37160.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 75.44%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 5 (2.34% from 255) = 4.39%
R=75.44%
G=20.18%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8623500.730.940.6613.3389.0117.84
Hex561750495E42d5912
Octal12627501111361021513122
Binary10101101011110101001001101111010000101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561705; }

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

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

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

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

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

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

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

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