#86410A

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

Shades of Saddle Brown #86410A

Tints of Saddle Brown #86410A

Color information

#86410A (or 0x86410A) is unknown color: approx Saddle Brown. HEX triplet: 86, 41 and 0A. RGB value is (134,65,10). Sum of RGB (Red+Green+Blue) = 134+65+10=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #86410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86410A is #79BEF5. Grayscale: #4F4F4F. Windows color (decimal): -7978742 or 672134. OLE color: 672134.

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

Color convert

RGB1346510-
CMYK00.510.930.47
HSL26.61º86.11%28.24%-
HSV(B)26.61º92.54%52.55%-
XYZ11.788.871.38-
YUV79.3688.86166.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.11%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 10 (4.30% from 255) = 4.78%
R=64.11%
G=31.10%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134651000.510.930.4726.6186.1128.24
Hex8641A0335D2F1b561c
Octal20610112063135573312634
Binary10000110100000110100110011101110110111111011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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