#8D6412

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

Shades of Golden Brown #8D6412

Tints of Golden Brown #8D6412

Color information

#8D6412 (or 0x8D6412) is unknown color: approx Golden Brown. HEX triplet: 8D, 64 and 12. RGB value is (141,100,18). Sum of RGB (Red+Green+Blue) = 141+100+18=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6412 is #729BED. Grayscale: #676767. Windows color (decimal): -7511022 or 1205389. OLE color: 1205389.

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

Color convert

RGB14110018-
CMYK00.290.870.45
HSL40º77.36%31.18%-
HSV(B)40º87.23%55.29%-
XYZ15.6514.822.61-
YUV102.9180.08155.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.44%
GREEN value IS 100 (39.45% from 255) = 38.61%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=54.44%
G=38.61%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411001800.290.870.454077.3631.18
Hex8D641201D572D284d1f
Octal21514422035127555011537
Binary100011011100100100100111011010111101101101000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,100,18); }

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

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

 a { background-color: rgb(141,100,18); }

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

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

 span { border-color: rgb(141,100,18); }

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