#8D6617

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

Shades of Golden Brown #8D6617

Tints of Golden Brown #8D6617

Color information

#8D6617 (or 0x8D6617) is unknown color: approx Golden Brown. HEX triplet: 8D, 66 and 17. RGB value is (141,102,23). Sum of RGB (Red+Green+Blue) = 141+102+23=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6617 is #7299E8. Grayscale: #696969. Windows color (decimal): -7510505 or 1533581. OLE color: 1533581.

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

Color convert

RGB14110223-
CMYK00.280.840.45
HSL40.17º71.95%32.16%-
HSV(B)40.17º83.69%55.29%-
XYZ15.8915.232.91-
YUV104.6581.92153.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 23 (9.38% from 255) = 8.65%
R=53.01%
G=38.35%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411022300.280.840.4540.1771.9532.16
Hex8D661701C542D284820
Octal21514627034124555011040
Binary1000110111001101011101110010101001011011010001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,23); }

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

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

 a { background-color: rgb(141,102,23); }

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

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

 span { border-color: rgb(141,102,23); }

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