#9D7502

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

Shades of Golden Brown #9D7502

Tints of Golden Brown #9D7502

Color information

#9D7502 (or 0x9D7502) is unknown color: approx Golden Brown. HEX triplet: 9D, 75 and 02. RGB value is (157,117,2). Sum of RGB (Red+Green+Blue) = 157+117+2=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7502 is #628AFD. Grayscale: #747474. Windows color (decimal): -6458110 or 161181. OLE color: 161181.

HSL color Cylindrical-coordinate representation of color #9D7502: hue angle of 44.52º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D7502 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB1571172-
CMYK00.250.990.38
HSL44.52º97.48%31.18%-
HSV(B)44.52º98.73%61.57%-
XYZ20.2819.92.83-
YUV115.8563.75157.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.88%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=56.88%
G=42.39%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157117200.250.990.3844.5297.4831.18
Hex9D75201963262d611f
Octal2351652031143465514137
Binary100111011110101100110011100011100110101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,117,2); }

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

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

 a { background-color: rgb(157,117,2); }

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

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

 span { border-color: rgb(157,117,2); }

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