#863401

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

Shades of Saddle Brown #863401

Tints of Saddle Brown #863401

Color information

#863401 (or 0x863401) is unknown color: approx Saddle Brown. HEX triplet: 86, 34 and 01. RGB value is (134,52,1). Sum of RGB (Red+Green+Blue) = 134+52+1=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #863401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863401 is #79CBFE. Grayscale: #464646. Windows color (decimal): -7982079 or 78982. OLE color: 78982.

HSL color Cylindrical-coordinate representation of color #863401: hue angle of 23.01º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #863401 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB134521-
CMYK00.610.990.47
HSL23.01º98.52%26.47%-
HSV(B)23.01º99.25%52.55%-
XYZ11.067.530.9-
YUV70.788.67173.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.66%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=71.66%
G=27.81%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13452100.610.990.4723.0198.5226.47
Hex8634103D632F17631a
Octal206641075143572714332
Binary1000011011010010111101110001110111110111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863401; }

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

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

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

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

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

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

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

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