#8D5810

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

Shades of Golden Brown #8D5810

Tints of Golden Brown #8D5810

Color information

#8D5810 (or 0x8D5810) is unknown color: approx Golden Brown. HEX triplet: 8D, 58 and 10. RGB value is (141,88,16). Sum of RGB (Red+Green+Blue) = 141+88+16=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5810 is #72A7EF. Grayscale: #5F5F5F. Windows color (decimal): -7514096 or 1071245. OLE color: 1071245.

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

Color convert

RGB1418816-
CMYK00.380.890.45
HSL34.56º79.62%30.78%-
HSV(B)34.56º88.65%55.29%-
XYZ14.5712.682.17-
YUV95.6483.06160.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.55%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=57.55%
G=35.92%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141881600.380.890.4534.5679.6230.78
Hex8D5810026592D23501f
Octal21513020046131554312037
Binary1000110110110001000001001101011001101101100011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,88,16); }

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

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

 a { background-color: rgb(141,88,16); }

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

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

 span { border-color: rgb(141,88,16); }

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