#863210

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

Shades of Saddle Brown #863210

Tints of Saddle Brown #863210

Color information

#863210 (or 0x863210) is unknown color: approx Saddle Brown. HEX triplet: 86, 32 and 10. RGB value is (134,50,16). Sum of RGB (Red+Green+Blue) = 134+50+16=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #863210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863210 is #79CDEF. Grayscale: #474747. Windows color (decimal): -7982576 or 1061510. OLE color: 1061510.

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

Color convert

RGB1345016-
CMYK00.630.880.47
HSL17.29º78.67%29.41%-
HSV(B)17.29º88.06%52.55%-
XYZ11.077.391.33-
YUV71.2496.83172.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 16 (6.64% from 255) = 8%
R=67%
G=25%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134501600.630.880.4717.2978.6729.41
Hex86321003F582F114f1d
Octal2066220077130572111735
Binary10000110110010100000111111101100010111110001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863210; }

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

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

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

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

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

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

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

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