#9b7509

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

Shades of Golden Brown #9B7509

Tints of Golden Brown #9B7509

Color information

#9B7509 (or 0x9B7509) is unknown color: approx Golden Brown. HEX triplet: 9B, 75 and 09. RGB value is (155,117,9). Sum of RGB (Red+Green+Blue) = 155+117+9=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7509 is #648AF6. Grayscale: #747474. Windows color (decimal): -6589175 or 619931. OLE color: 619931.

HSL color Cylindrical-coordinate representation of color #9B7509: hue angle of 44.38º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B7509 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB1551179-
CMYK00.250.940.39
HSL44.38º89.02%32.16%-
HSV(B)44.38º94.19%60.78%-
XYZ19.9319.713.01-
YUV116.0567.59155.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.16%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 9 (3.91% from 255) = 3.20%
R=55.16%
G=41.64%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155117900.250.940.3944.3889.0232.16
Hex9B7590195E272c5920
Octal23316511031136475413140
Binary100110111110101100101100110111101001111011001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b7509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,9); }

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

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

 a { background-color: rgb(155,117,9); }

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

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

 span { border-color: rgb(155,117,9); }

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