#8D6117

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

Shades of Golden Brown #8D6117

Tints of Golden Brown #8D6117

Color information

#8D6117 (or 0x8D6117) is unknown color: approx Golden Brown. HEX triplet: 8D, 61 and 17. RGB value is (141,97,23). Sum of RGB (Red+Green+Blue) = 141+97+23=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6117 is #729EE8. Grayscale: #666666. Windows color (decimal): -7511785 or 1532301. OLE color: 1532301.

HSL color Cylindrical-coordinate representation of color #8D6117: hue angle of 37.63º 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 #8D6117 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1419723-
CMYK00.310.840.45
HSL37.63º71.95%32.16%-
HSV(B)37.63º83.69%55.29%-
XYZ15.4114.272.75-
YUV101.7283.58156.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.02%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 23 (9.38% from 255) = 8.81%
R=54.02%
G=37.16%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141972300.310.840.4537.6371.9532.16
Hex8D611701F542D264820
Octal21514127037124554611040
Binary1000110111000011011101111110101001011011001101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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