#9D7414

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

Shades of Golden Brown #9D7414

Tints of Golden Brown #9D7414

Color information

#9D7414 (or 0x9D7414) is unknown color: approx Golden Brown. HEX triplet: 9D, 74 and 14. RGB value is (157,116,20). Sum of RGB (Red+Green+Blue) = 157+116+20=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7414 is #628BEB. Grayscale: #757575. Windows color (decimal): -6458348 or 1340573. OLE color: 1340573.

HSL color Cylindrical-coordinate representation of color #9D7414: hue angle of 42.04º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D7414 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB15711620-
CMYK00.260.870.38
HSL42.04º77.4%34.71%-
HSV(B)42.04º87.26%61.57%-
XYZ20.2819.713.4-
YUV117.3273.08156.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.58%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 20 (8.20% from 255) = 6.83%
R=53.58%
G=39.59%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571162000.260.870.3842.0477.434.71
Hex9D741401A57262a4d23
Octal23516424032127465211543
Binary1001110111101001010001101010101111001101010101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D7414; }

 p { color: rgb(157,116,20); }

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

<style>
 a { background-color: #9D7414; }

 a { background-color: rgb(157,116,20); }

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

<style>
 span { border-color: #9D7414; }

 span { border-color: rgb(157,116,20); }

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