#9D7402

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

Shades of Golden Brown #9D7402

Tints of Golden Brown #9D7402

Color information

#9D7402 (or 0x9D7402) is unknown color: approx Golden Brown. HEX triplet: 9D, 74 and 02. RGB value is (157,116,2). Sum of RGB (Red+Green+Blue) = 157+116+2=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7402 is #628BFD. Grayscale: #737373. Windows color (decimal): -6458366 or 160925. OLE color: 160925.

HSL color Cylindrical-coordinate representation of color #9D7402: hue angle of 44.13º 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 #9D7402 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB1571162-
CMYK00.260.990.38
HSL44.13º97.48%31.18%-
HSV(B)44.13º98.73%61.57%-
XYZ20.1619.662.79-
YUV115.2664.08157.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.09%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=57.09%
G=42.18%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157116200.260.990.3844.1397.4831.18
Hex9D74201A63262c611f
Octal2351642032143465414137
Binary100111011110100100110101100011100110101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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