#8D6914

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

Shades of Golden Brown #8D6914

Tints of Golden Brown #8D6914

Color information

#8D6914 (or 0x8D6914) is unknown color: approx Golden Brown. HEX triplet: 8D, 69 and 14. RGB value is (141,105,20). Sum of RGB (Red+Green+Blue) = 141+105+20=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6914 is #7296EB. Grayscale: #6A6A6A. Windows color (decimal): -7509740 or 1337741. OLE color: 1337741.

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

Color convert

RGB14110520-
CMYK00.260.860.45
HSL42.15º75.16%31.57%-
HSV(B)42.15º85.82%55.29%-
XYZ16.1615.822.86-
YUV106.0779.43152.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 20 (8.20% from 255) = 7.52%
R=53.01%
G=39.47%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411052000.260.860.4542.1575.1631.57
Hex8D691401A562D2a4b20
Octal21515124032126555211340
Binary1000110111010011010001101010101101011011010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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