#8D6511

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

Shades of Golden Brown #8D6511

Tints of Golden Brown #8D6511

Color information

#8D6511 (or 0x8D6511) is unknown color: approx Golden Brown. HEX triplet: 8D, 65 and 11. RGB value is (141,101,17). Sum of RGB (Red+Green+Blue) = 141+101+17=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6511 is #729AEE. Grayscale: #676767. Windows color (decimal): -7510767 or 1140109. OLE color: 1140109.

HSL color Cylindrical-coordinate representation of color #8D6511: hue angle of 40.65º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D6511 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB14110117-
CMYK00.280.880.45
HSL40.65º78.48%30.98%-
HSV(B)40.65º87.94%55.29%-
XYZ15.7415.012.6-
YUV103.3879.25154.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.44%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 17 (7.03% from 255) = 6.56%
R=54.44%
G=39.00%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411011700.280.880.4540.6578.4830.98
Hex8D651101C582D294e1f
Octal21514521034130555111637
Binary100011011100101100010111001011000101101101001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,101,17); }

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

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

 a { background-color: rgb(141,101,17); }

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

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

 span { border-color: rgb(141,101,17); }

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