#9D7302

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

Shades of Golden Brown #9D7302

Tints of Golden Brown #9D7302

Color information

#9D7302 (or 0x9D7302) is unknown color: approx Golden Brown. HEX triplet: 9D, 73 and 02. RGB value is (157,115,2). Sum of RGB (Red+Green+Blue) = 157+115+2=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7302 is #628CFD. Grayscale: #737373. Windows color (decimal): -6458622 or 160669. OLE color: 160669.

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

Color convert

RGB1571152-
CMYK00.270.990.38
HSL43.74º97.48%31.18%-
HSV(B)43.74º98.73%61.57%-
XYZ20.0519.432.75-
YUV114.6864.41158.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.30%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=57.30%
G=41.97%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157115200.270.990.3843.7497.4831.18
Hex9D73201B63262c611f
Octal2351632033143465414137
Binary100111011110011100110111100011100110101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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