#863E09

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

Shades of Saddle Brown #863E09

Tints of Saddle Brown #863E09

Color information

#863E09 (or 0x863E09) is unknown color: approx Saddle Brown. HEX triplet: 86, 3E and 09. RGB value is (134,62,9). Sum of RGB (Red+Green+Blue) = 134+62+9=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #863E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863E09 is #79C1F6. Grayscale: #4D4D4D. Windows color (decimal): -7979511 or 605830. OLE color: 605830.

HSL color Cylindrical-coordinate representation of color #863E09: hue angle of 25.44º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #863E09 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB134629-
CMYK00.540.930.47
HSL25.44º87.41%28.04%-
HSV(B)25.44º93.28%52.55%-
XYZ11.68.531.29-
YUV77.4989.35168.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.37%
GREEN value IS 62 (24.61% from 255) = 30.24%
BLUE value IS 9 (3.91% from 255) = 4.39%
R=65.37%
G=30.24%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13462900.540.930.4725.4487.4128.04
Hex863E90365D2F19571c
Octal2067611066135573112734
Binary1000011011111010010110110101110110111111001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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