#9B7900

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

Shades of Golden Brown #9B7900

Tints of Golden Brown #9B7900

Color information

#9B7900 (or 0x9B7900) is unknown color: approx Golden Brown. HEX triplet: 9B, 79 and 00. RGB value is (155,121,0). Sum of RGB (Red+Green+Blue) = 155+121+0=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7900 is #6486FF. Grayscale: #757575. Windows color (decimal): -6588160 or 31131. OLE color: 31131.

HSL color Cylindrical-coordinate representation of color #9B7900: hue angle of 46.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B7900 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB1551210-
CMYK00.2210.39
HSL46.84º100%30.39%-
HSV(B)46.84º100%60.78%-
XYZ20.3520.642.91-
YUV117.3761.76154.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.16%
GREEN value IS 121 (47.66% from 255) = 43.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.16%
G=43.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155121000.2210.3946.8410030.39
Hex9B79001664272f641e
Octal2331710026144475714436
Binary10011011111100100101101100100100111101111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,121,0); }

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

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

 a { background-color: rgb(155,121,0); }

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

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

 span { border-color: rgb(155,121,0); }

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