#8D6815

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

Shades of Golden Brown #8D6815

Tints of Golden Brown #8D6815

Color information

#8D6815 (or 0x8D6815) is unknown color: approx Golden Brown. HEX triplet: 8D, 68 and 15. RGB value is (141,104,21). Sum of RGB (Red+Green+Blue) = 141+104+21=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6815 is #7297EA. Grayscale: #696969. Windows color (decimal): -7509995 or 1403021. OLE color: 1403021.

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

Color convert

RGB14110421-
CMYK00.260.850.45
HSL41.5º74.07%31.76%-
HSV(B)41.5º85.11%55.29%-
XYZ16.0715.622.88-
YUV105.680.26153.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=53.01%
G=39.10%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411042100.260.850.4541.574.0731.76
Hex8D681501A552D2a4a20
Octal21515025032125555211240
Binary1000110111010001010101101010101011011011010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,104,21); }

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

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

 a { background-color: rgb(141,104,21); }

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

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

 span { border-color: rgb(141,104,21); }

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