#9D730B

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

Shades of Golden Brown #9D730B

Tints of Golden Brown #9D730B

Color information

#9D730B (or 0x9D730B) is unknown color: approx Golden Brown. HEX triplet: 9D, 73 and 0B. RGB value is (157,115,11). Sum of RGB (Red+Green+Blue) = 157+115+11=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D730B is #628CF4. Grayscale: #747474. Windows color (decimal): -6458613 or 750493. OLE color: 750493.

HSL color Cylindrical-coordinate representation of color #9D730B: hue angle of 42.74º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D730B is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB15711511-
CMYK00.270.930.38
HSL42.74º86.9%32.94%-
HSV(B)42.74º92.99%61.57%-
XYZ20.119.453.01-
YUV115.768.91157.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.48%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 11 (4.69% from 255) = 3.89%
R=55.48%
G=40.64%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571151100.270.930.3842.7486.932.94
Hex9D73B01B5D262b5721
Octal23516313033135465312741
Binary100111011110011101101101110111011001101010111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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