#8D6312

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

Shades of Golden Brown #8D6312

Tints of Golden Brown #8D6312

Color information

#8D6312 (or 0x8D6312) is unknown color: approx Golden Brown. HEX triplet: 8D, 63 and 12. RGB value is (141,99,18). Sum of RGB (Red+Green+Blue) = 141+99+18=258 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.65% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6312 is #729CED. Grayscale: #666666. Windows color (decimal): -7511278 or 1205133. OLE color: 1205133.

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

Color convert

RGB1419918-
CMYK00.300.870.45
HSL39.51º77.36%31.18%-
HSV(B)39.51º87.23%55.29%-
XYZ15.5614.632.58-
YUV102.3280.41155.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.65%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 18 (7.42% from 255) = 6.98%
R=54.65%
G=38.37%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141991800.300.870.4539.5177.3631.18
Hex8D631201E572D284d1f
Octal21514322036127555011537
Binary100011011100011100100111101010111101101101000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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