#8D6915

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

Shades of Golden Brown #8D6915

Tints of Golden Brown #8D6915

Color information

#8D6915 (or 0x8D6915) is unknown color: approx Golden Brown. HEX triplet: 8D, 69 and 15. RGB value is (141,105,21). Sum of RGB (Red+Green+Blue) = 141+105+21=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6915 is #7296EA. Grayscale: #6A6A6A. Windows color (decimal): -7509739 or 1403277. OLE color: 1403277.

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

Color convert

RGB14110521-
CMYK00.260.850.45
HSL42º74.07%31.76%-
HSV(B)42º85.11%55.29%-
XYZ16.1715.822.91-
YUV106.1979.93152.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 21 (8.59% from 255) = 7.87%
R=52.81%
G=39.33%
B=7.87%

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
Decimal1411052100.260.850.454274.0731.76
Hex8D691501A552D2a4a20
Octal21515125032125555211240
Binary1000110111010011010101101010101011011011010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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