#863700

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

Shades of Saddle Brown #863700

Tints of Saddle Brown #863700

Color information

#863700 (or 0x863700) is unknown color: approx Saddle Brown. HEX triplet: 86, 37 and 00. RGB value is (134,55,0). Sum of RGB (Red+Green+Blue) = 134+55+0=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #863700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863700 is #79C8FF. Grayscale: #484848. Windows color (decimal): -7981312 or 14214. OLE color: 14214.

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

Color convert

RGB134550-
CMYK00.5910.47
HSL24.63º100%26.27%-
HSV(B)24.63º100%52.55%-
XYZ11.27.80.92-
YUV72.3587.17171.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.90%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.90%
G=29.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13455000.5910.4724.6310026.27
Hex8637003B642F19641a
Octal206670073144573114432
Binary1000011011011100111011110010010111111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863700; }

 p { color: rgb(134,55,0); }

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

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

 a { background-color: rgb(134,55,0); }

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

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

 span { border-color: rgb(134,55,0); }

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