#8D460B

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

Shades of Saddle Brown #8D460B

Tints of Saddle Brown #8D460B

Color information

#8D460B (or 0x8D460B) is unknown color: approx Saddle Brown. HEX triplet: 8D, 46 and 0B. RGB value is (141,70,11). Sum of RGB (Red+Green+Blue) = 141+70+11=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D460B is #72B9F4. Grayscale: #545454. Windows color (decimal): -7518709 or 738957. OLE color: 738957.

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

Color convert

RGB1417011-
CMYK00.500.920.45
HSL27.23º85.53%29.8%-
HSV(B)27.23º92.2%55.29%-
XYZ13.2410.071.56-
YUV84.586.52168.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.51%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=63.51%
G=31.53%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141701100.500.920.4527.2385.5329.8
Hex8D46B0325C2D1b561e
Octal21510613062134553312636
Binary10001101100011010110110010101110010110111011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,70,11); }

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

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

 a { background-color: rgb(141,70,11); }

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

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

 span { border-color: rgb(141,70,11); }

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