#8D6805

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

Shades of Golden Brown #8D6805

Tints of Golden Brown #8D6805

Color information

#8D6805 (or 0x8D6805) is unknown color: approx Golden Brown. HEX triplet: 8D, 68 and 05. RGB value is (141,104,5). Sum of RGB (Red+Green+Blue) = 141+104+5=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6805 is #7297FA. Grayscale: #686868. Windows color (decimal): -7510011 or 354445. OLE color: 354445.

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

Color convert

RGB1411045-
CMYK00.260.960.45
HSL43.68º93.15%28.63%-
HSV(B)43.68º96.45%55.29%-
XYZ15.9615.572.31-
YUV103.7872.26154.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.4%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 5 (2.34% from 255) = 2%
R=56.4%
G=41.6%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141104500.260.960.4543.6893.1528.63
Hex8D68501A602D2c5d1d
Octal2151505032140555413535
Binary1000110111010001010110101100000101101101100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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