#86500A

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

Shades of Saddle Brown #86500A

Tints of Saddle Brown #86500A

Color information

#86500A (or 0x86500A) is unknown color: approx Saddle Brown. HEX triplet: 86, 50 and 0A. RGB value is (134,80,10). Sum of RGB (Red+Green+Blue) = 134+80+10=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #86500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86500A is #79AFF5. Grayscale: #585858. Windows color (decimal): -7974902 or 675974. OLE color: 675974.

HSL color Cylindrical-coordinate representation of color #86500A: hue angle of 33.87º degrees, saturation: 0.86, 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 #86500A is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1348010-
CMYK00.400.930.47
HSL33.87º86.11%28.24%-
HSV(B)33.87º92.54%52.55%-
XYZ12.7510.831.7-
YUV88.1783.89160.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.82%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 10 (4.30% from 255) = 4.46%
R=59.82%
G=35.71%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134801000.400.930.4733.8786.1128.24
Hex8650A0285D2F22561c
Octal20612012050135574212634
Binary100001101010000101001010001011101101111100010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86500A; }

 p { color: rgb(134,80,10); }

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

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

 a { background-color: rgb(134,80,10); }

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

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

 span { border-color: rgb(134,80,10); }

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