#86470D

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

Shades of Saddle Brown #86470D

Tints of Saddle Brown #86470D

Color information

#86470D (or 0x86470D) is unknown color: approx Saddle Brown. HEX triplet: 86, 47 and 0D. RGB value is (134,71,13). Sum of RGB (Red+Green+Blue) = 134+71+13=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #86470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86470D is #79B8F2. Grayscale: #535353. Windows color (decimal): -7977203 or 870278. OLE color: 870278.

HSL color Cylindrical-coordinate representation of color #86470D: hue angle of 28.76º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86470D is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1347113-
CMYK00.470.900.47
HSL28.76º82.31%28.82%-
HSV(B)28.76º90.3%52.55%-
XYZ12.169.61.59-
YUV83.2288.37164.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.47%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 13 (5.47% from 255) = 5.96%
R=61.47%
G=32.57%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134711300.470.900.4728.7682.3128.82
Hex8647D02F5A2F1d521d
Octal20610715057132573512235
Binary10000110100011111010101111101101010111111101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86470D; }

 p { color: rgb(134,71,13); }

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

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

 a { background-color: rgb(134,71,13); }

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

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

 span { border-color: rgb(134,71,13); }

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