#86460C

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

Shades of Saddle Brown #86460C

Tints of Saddle Brown #86460C

Color information

#86460C (or 0x86460C) is unknown color: approx Saddle Brown. HEX triplet: 86, 46 and 0C. RGB value is (134,70,12). Sum of RGB (Red+Green+Blue) = 134+70+12=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #86460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86460C is #79B9F3. Grayscale: #525252. Windows color (decimal): -7977460 or 804486. OLE color: 804486.

HSL color Cylindrical-coordinate representation of color #86460C: hue angle of 28.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86460C is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1347012-
CMYK00.480.910.47
HSL28.52º83.56%28.63%-
HSV(B)28.52º91.04%52.55%-
XYZ12.099.481.54-
YUV82.5288.2164.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.04%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 12 (5.08% from 255) = 5.56%
R=62.04%
G=32.41%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134701200.480.910.4728.5283.5628.63
Hex8646C0305B2F1d541d
Octal20610614060133573512435
Binary10000110100011011000110000101101110111111101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86460C; }

 p { color: rgb(134,70,12); }

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

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

 a { background-color: rgb(134,70,12); }

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

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

 span { border-color: rgb(134,70,12); }

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