#863710

Color #863710 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #863710

Tints of Saddle Brown #863710

Color information

#863710 (or 0x863710) is unknown color: approx Saddle Brown. HEX triplet: 86, 37 and 10. RGB value is (134,55,16). Sum of RGB (Red+Green+Blue) = 134+55+16=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #863710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863710 is #79C8EF. Grayscale: #4A4A4A. Windows color (decimal): -7981296 or 1062790. OLE color: 1062790.

HSL color Cylindrical-coordinate representation of color #863710: hue angle of 19.83º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #863710 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1345516-
CMYK00.590.880.47
HSL19.83º78.67%29.41%-
HSV(B)19.83º88.06%52.55%-
XYZ11.297.841.41-
YUV74.1895.17170.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.37%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=65.37%
G=26.83%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134551600.590.880.4719.8378.6729.41
Hex86371003B582F144f1d
Octal2066720073130572411735
Binary10000110110111100000111011101100010111110100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863710; }

 p { color: rgb(134,55,16); }

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

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

 a { background-color: rgb(134,55,16); }

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

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

 span { border-color: rgb(134,55,16); }

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