#8D5F14

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

Shades of Golden Brown #8D5F14

Tints of Golden Brown #8D5F14

Color information

#8D5F14 (or 0x8D5F14) is unknown color: approx Golden Brown. HEX triplet: 8D, 5F and 14. RGB value is (141,95,20). Sum of RGB (Red+Green+Blue) = 141+95+20=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5F14 is #72A0EB. Grayscale: #646464. Windows color (decimal): -7512300 or 1335181. OLE color: 1335181.

HSL color Cylindrical-coordinate representation of color #8D5F14: hue angle of 37.19º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D5F14 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1419520-
CMYK00.330.860.45
HSL37.19º75.16%31.57%-
HSV(B)37.19º85.82%55.29%-
XYZ15.213.92.54-
YUV100.282.74157.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.08%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 20 (8.20% from 255) = 7.81%
R=55.08%
G=37.11%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141952000.330.860.4537.1975.1631.57
Hex8D5F14021562D254b20
Octal21513724041126554511340
Binary10001101101111110100010000110101101011011001011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,95,20); }

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

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

 a { background-color: rgb(141,95,20); }

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

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

 span { border-color: rgb(141,95,20); }

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