#9D7215

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

Shades of Golden Brown #9D7215

Tints of Golden Brown #9D7215

Color information

#9D7215 (or 0x9D7215) is unknown color: approx Golden Brown. HEX triplet: 9D, 72 and 15. RGB value is (157,114,21). Sum of RGB (Red+Green+Blue) = 157+114+21=292 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.77% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7215 is #628DEA. Grayscale: #747474. Windows color (decimal): -6458859 or 1405597. OLE color: 1405597.

HSL color Cylindrical-coordinate representation of color #9D7215: hue angle of 41.03º degrees, saturation: 0.76, 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 #9D7215 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB15711421-
CMYK00.270.870.38
HSL41.03º76.4%34.9%-
HSV(B)41.03º86.62%61.57%-
XYZ20.0619.263.37-
YUV116.2674.25157.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.77%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 21 (8.59% from 255) = 7.19%
R=53.77%
G=39.04%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571142100.270.870.3841.0376.434.9
Hex9D721501B5726294c23
Octal23516225033127465111443
Binary1001110111100101010101101110101111001101010011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,114,21); }

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

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

 a { background-color: rgb(157,114,21); }

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

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

 span { border-color: rgb(157,114,21); }

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