#8D6814

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

Shades of Golden Brown #8D6814

Tints of Golden Brown #8D6814

Color information

#8D6814 (or 0x8D6814) is unknown color: approx Golden Brown. HEX triplet: 8D, 68 and 14. RGB value is (141,104,20). Sum of RGB (Red+Green+Blue) = 141+104+20=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6814 is #7297EB. Grayscale: #696969. Windows color (decimal): -7509996 or 1337485. OLE color: 1337485.

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

Color convert

RGB14110420-
CMYK00.260.860.45
HSL41.65º75.16%31.57%-
HSV(B)41.65º85.82%55.29%-
XYZ16.0615.612.83-
YUV105.4979.76153.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=53.21%
G=39.25%
B=7.55%

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
Decimal1411042000.260.860.4541.6575.1631.57
Hex8D681401A562D2a4b20
Octal21515024032126555211340
Binary1000110111010001010001101010101101011011010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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