#9b5d09

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

Shades of Golden Brown #9B5D09

Tints of Golden Brown #9B5D09

Color information

#9B5D09 (or 0x9B5D09) is unknown color: approx Golden Brown. HEX triplet: 9B, 5D and 09. RGB value is (155,93,9). Sum of RGB (Red+Green+Blue) = 155+93+9=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5D09 is #64A2F6. Grayscale: #666666. Windows color (decimal): -6595319 or 613787. OLE color: 613787.

HSL color Cylindrical-coordinate representation of color #9B5D09: hue angle of 34.52º 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 #9B5D09 is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB155939-
CMYK00.40.940.39
HSL34.52º89.02%32.16%-
HSV(B)34.52º94.19%60.78%-
XYZ17.4814.822.2-
YUV101.9675.54165.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.31%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 9 (3.91% from 255) = 3.50%
R=60.31%
G=36.19%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15593900.40.940.3934.5289.0232.16
Hex9B5D90285E27235920
Octal23313511050136474313140
Binary1001101110111011001010100010111101001111000111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b5d09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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