#863311

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

Shades of Saddle Brown #863311

Tints of Saddle Brown #863311

Color information

#863311 (or 0x863311) is unknown color: approx Saddle Brown. HEX triplet: 86, 33 and 11. RGB value is (134,51,17). Sum of RGB (Red+Green+Blue) = 134+51+17=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #863311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863311 is #79CCEE. Grayscale: #484848. Windows color (decimal): -7982319 or 1127302. OLE color: 1127302.

HSL color Cylindrical-coordinate representation of color #863311: hue angle of 17.44º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #863311 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1345117-
CMYK00.620.870.47
HSL17.44º77.48%29.61%-
HSV(B)17.44º87.31%52.55%-
XYZ11.127.481.39-
YUV71.9497172.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.34%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 17 (7.03% from 255) = 8.42%
R=66.34%
G=25.25%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134511700.620.870.4717.4477.4829.61
Hex86331103E572F114d1e
Octal2066321076127572111536
Binary10000110110011100010111110101011110111110001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863311; }

 p { color: rgb(134,51,17); }

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

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

 a { background-color: rgb(134,51,17); }

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

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

 span { border-color: rgb(134,51,17); }

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