#8D6A0A

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

Shades of Golden Brown #8D6A0A

Tints of Golden Brown #8D6A0A

Color information

#8D6A0A (or 0x8D6A0A) is unknown color: approx Golden Brown. HEX triplet: 8D, 6A and 0A. RGB value is (141,106,10). Sum of RGB (Red+Green+Blue) = 141+106+10=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6A0A is #7295F5. Grayscale: #696969. Windows color (decimal): -7509494 or 682637. OLE color: 682637.

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

Color convert

RGB14110610-
CMYK00.250.930.45
HSL43.97º86.75%29.61%-
HSV(B)43.97º92.91%55.29%-
XYZ16.1915.992.52-
YUV105.5274.1153.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.86%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 10 (4.30% from 255) = 3.89%
R=54.86%
G=41.25%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411061000.250.930.4543.9786.7529.61
Hex8D6AA0195D2D2c571e
Octal21515212031135555412736
Binary10001101110101010100110011011101101101101100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,106,10); }

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

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

 a { background-color: rgb(141,106,10); }

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

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

 span { border-color: rgb(141,106,10); }

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