#9C730B

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

Shades of Golden Brown #9C730B

Tints of Golden Brown #9C730B

Color information

#9C730B (or 0x9C730B) is unknown color: approx Golden Brown. HEX triplet: 9C, 73 and 0B. RGB value is (156,115,11). Sum of RGB (Red+Green+Blue) = 156+115+11=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C730B is #638CF4. Grayscale: #737373. Windows color (decimal): -6524149 or 750492. OLE color: 750492.

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

Color convert

RGB15611511-
CMYK00.260.930.39
HSL43.03º86.83%32.75%-
HSV(B)43.03º92.95%61.18%-
XYZ19.919.353-
YUV115.469.08156.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.32%
GREEN value IS 115 (45.31% from 255) = 40.78%
BLUE value IS 11 (4.69% from 255) = 3.90%
R=55.32%
G=40.78%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561151100.260.930.3943.0386.8332.75
Hex9C73B01A5D272b5721
Octal23416313032135475312741
Binary100111001110011101101101010111011001111010111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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