#863411

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

Shades of Saddle Brown #863411

Tints of Saddle Brown #863411

Color information

#863411 (or 0x863411) is unknown color: approx Saddle Brown. HEX triplet: 86, 34 and 11. RGB value is (134,52,17). Sum of RGB (Red+Green+Blue) = 134+52+17=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #863411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863411 is #79CBEE. Grayscale: #484848. Windows color (decimal): -7982063 or 1127558. OLE color: 1127558.

HSL color Cylindrical-coordinate representation of color #863411: hue angle of 17.95º 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 #863411 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1345217-
CMYK00.610.870.47
HSL17.95º77.48%29.61%-
HSV(B)17.95º87.31%52.55%-
XYZ11.167.561.4-
YUV72.5396.67171.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.01%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=66.01%
G=25.62%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134521700.610.870.4717.9577.4829.61
Hex86341103D572F124d1e
Octal2066421075127572211536
Binary10000110110100100010111101101011110111110010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863411; }

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

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

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

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

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

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

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

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