#8D6313

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

Shades of Golden Brown #8D6313

Tints of Golden Brown #8D6313

Color information

#8D6313 (or 0x8D6313) is unknown color: approx Golden Brown. HEX triplet: 8D, 63 and 13. RGB value is (141,99,19). Sum of RGB (Red+Green+Blue) = 141+99+19=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6313 is #729CEC. Grayscale: #666666. Windows color (decimal): -7511277 or 1270669. OLE color: 1270669.

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

Color convert

RGB1419919-
CMYK00.300.870.45
HSL39.34º76.25%31.37%-
HSV(B)39.34º86.52%55.29%-
XYZ15.5614.632.62-
YUV102.4480.91155.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.44%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=54.44%
G=38.22%
B=7.34%

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
Decimal141991900.300.870.4539.3476.2531.37
Hex8D631301E572D274c1f
Octal21514323036127554711437
Binary100011011100011100110111101010111101101100111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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