#9D7416

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

Shades of Golden Brown #9D7416

Tints of Golden Brown #9D7416

Color information

#9D7416 (or 0x9D7416) is unknown color: approx Golden Brown. HEX triplet: 9D, 74 and 16. RGB value is (157,116,22). Sum of RGB (Red+Green+Blue) = 157+116+22=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7416 is #628BE9. Grayscale: #757575. Windows color (decimal): -6458346 or 1471645. OLE color: 1471645.

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

Color convert

RGB15711622-
CMYK00.260.860.38
HSL41.78º75.42%35.1%-
HSV(B)41.78º85.99%61.57%-
XYZ20.2919.723.5-
YUV117.5474.08156.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.22%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=53.22%
G=39.32%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571162200.260.860.3841.7875.4235.1
Hex9D741601A56262a4b23
Octal23516426032126465211343
Binary1001110111101001011001101010101101001101010101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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