#863301

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

Shades of Saddle Brown #863301

Tints of Saddle Brown #863301

Color information

#863301 (or 0x863301) is unknown color: approx Saddle Brown. HEX triplet: 86, 33 and 01. RGB value is (134,51,1). Sum of RGB (Red+Green+Blue) = 134+51+1=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #863301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863301 is #79CCFE. Grayscale: #464646. Windows color (decimal): -7982335 or 78726. OLE color: 78726.

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

Color convert

RGB134511-
CMYK00.620.990.47
HSL22.56º98.52%26.47%-
HSV(B)22.56º99.25%52.55%-
XYZ11.027.440.88-
YUV70.1289173.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.04%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=72.04%
G=27.42%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13451100.620.990.4722.5698.5226.47
Hex8633103E632F17631a
Octal206631076143572714332
Binary1000011011001110111110110001110111110111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863301; }

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

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

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

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

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

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

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

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