#863810

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

Shades of Saddle Brown #863810

Tints of Saddle Brown #863810

Color information

#863810 (or 0x863810) is unknown color: approx Saddle Brown. HEX triplet: 86, 38 and 10. RGB value is (134,56,16). Sum of RGB (Red+Green+Blue) = 134+56+16=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #863810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863810 is #79C7EF. Grayscale: #4B4B4B. Windows color (decimal): -7981040 or 1063046. OLE color: 1063046.

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

Color convert

RGB1345616-
CMYK00.580.880.47
HSL20.34º78.67%29.41%-
HSV(B)20.34º88.06%52.55%-
XYZ11.347.931.42-
YUV74.7694.84170.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.05%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 16 (6.64% from 255) = 7.77%
R=65.05%
G=27.18%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134561600.580.880.4720.3478.6729.41
Hex86381003A582F144f1d
Octal2067020072130572411735
Binary10000110111000100000111010101100010111110100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863810; }

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

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

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

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

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

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

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

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