#863807

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

Shades of Saddle Brown #863807

Tints of Saddle Brown #863807

Color information

#863807 (or 0x863807) is unknown color: approx Saddle Brown. HEX triplet: 86, 38 and 07. RGB value is (134,56,7). Sum of RGB (Red+Green+Blue) = 134+56+7=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #863807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863807 is #79C7F8. Grayscale: #4A4A4A. Windows color (decimal): -7981049 or 473222. OLE color: 473222.

HSL color Cylindrical-coordinate representation of color #863807: hue angle of 23.15º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #863807 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB134567-
CMYK00.580.950.47
HSL23.15º90.07%27.65%-
HSV(B)23.15º94.78%52.55%-
XYZ11.287.911.13-
YUV73.7490.34170.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 7 (3.12% from 255) = 3.55%
R=68.02%
G=28.43%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13456700.580.950.4723.1590.0727.65
Hex8638703A5F2F175a1c
Octal206707072137572713234
Binary100001101110001110111010101111110111110111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863807; }

 p { color: rgb(134,56,7); }

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

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

 a { background-color: rgb(134,56,7); }

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

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

 span { border-color: rgb(134,56,7); }

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