#8D6217

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

Shades of Golden Brown #8D6217

Tints of Golden Brown #8D6217

Color information

#8D6217 (or 0x8D6217) is unknown color: approx Golden Brown. HEX triplet: 8D, 62 and 17. RGB value is (141,98,23). Sum of RGB (Red+Green+Blue) = 141+98+23=262 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.82% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6217 is #729DE8. Grayscale: #666666. Windows color (decimal): -7511529 or 1532557. OLE color: 1532557.

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

Color convert

RGB1419823-
CMYK00.300.840.45
HSL38.14º71.95%32.16%-
HSV(B)38.14º83.69%55.29%-
XYZ15.5114.462.78-
YUV102.3183.25155.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.82%
GREEN value IS 98 (38.67% from 255) = 37.40%
BLUE value IS 23 (9.38% from 255) = 8.78%
R=53.82%
G=37.40%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141982300.300.840.4538.1471.9532.16
Hex8D621701E542D264820
Octal21514227036124554611040
Binary1000110111000101011101111010101001011011001101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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