#863E01

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

Shades of Saddle Brown #863E01

Tints of Saddle Brown #863E01

Color information

#863E01 (or 0x863E01) is unknown color: approx Saddle Brown. HEX triplet: 86, 3E and 01. RGB value is (134,62,1). Sum of RGB (Red+Green+Blue) = 134+62+1=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #863E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863E01 is #79C1FE. Grayscale: #4C4C4C. Windows color (decimal): -7979519 or 81542. OLE color: 81542.

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

Color convert

RGB134621-
CMYK00.540.990.47
HSL27.52º98.52%26.47%-
HSV(B)27.52º99.25%52.55%-
XYZ11.568.521.06-
YUV76.5785.35168.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 62 (24.61% from 255) = 31.47%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=68.02%
G=31.47%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13462100.540.990.4727.5298.5226.47
Hex863E1036632F1c631a
Octal206761066143573414332
Binary1000011011111010110110110001110111111100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863E01; }

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

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

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

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

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

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

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

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