#8B460D

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

Shades of Saddle Brown #8B460D

Tints of Saddle Brown #8B460D

Color information

#8B460D (or 0x8B460D) is unknown color: approx Saddle Brown. HEX triplet: 8B, 46 and 0D. RGB value is (139,70,13). Sum of RGB (Red+Green+Blue) = 139+70+13=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B460D is #74B9F2. Grayscale: #545454. Windows color (decimal): -7649779 or 870027. OLE color: 870027.

HSL color Cylindrical-coordinate representation of color #8B460D: hue angle of 27.14º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B460D is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1397013-
CMYK00.500.910.45
HSL27.14º82.89%29.8%-
HSV(B)27.14º90.65%54.51%-
XYZ12.919.91.61-
YUV84.1387.86167.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.61%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 13 (5.47% from 255) = 5.86%
R=62.61%
G=31.53%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139701300.500.910.4527.1482.8929.8
Hex8B46D0325B2D1b531e
Octal21310615062133553312336
Binary10001011100011011010110010101101110110111011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B460D; }

 p { color: rgb(139,70,13); }

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

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

 a { background-color: rgb(139,70,13); }

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

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

 span { border-color: rgb(139,70,13); }

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