#561708

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

Shades of Red Oxide #561708

Tints of Red Oxide #561708

Color information

#561708 (or 0x561708) is unknown color: approx Red Oxide. HEX triplet: 56, 17 and 08. RGB value is (86,23,8). Sum of RGB (Red+Green+Blue) = 86+23+8=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #561708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561708 is #A9E8F7. Grayscale: #282828. Windows color (decimal): -11135224 or 530262. OLE color: 530262.

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

Color convert

RGB86238-
CMYK00.730.910.66
HSL11.54º82.98%18.43%-
HSV(B)11.54º90.7%33.73%-
XYZ4.192.610.51-
YUV40.13109.87160.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 73.50%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=73.50%
G=19.66%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8623800.730.910.6611.5482.9818.43
Hex561780495B42c5312
Octal126271001111331021412322
Binary101011010111100001001001101101110000101100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561708; }

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

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

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

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

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

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

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

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