#9b5519

Color #9B5519 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #9B5519

Tints of Rich Gold #9B5519

Color information

#9B5519 (or 0x9B5519) is unknown color: approx Rich Gold. HEX triplet: 9B, 55 and 19. RGB value is (155,85,25). Sum of RGB (Red+Green+Blue) = 155+85+25=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5519 is #64AAE6. Grayscale: #636363. Windows color (decimal): -6597351 or 1660315. OLE color: 1660315.

HSL color Cylindrical-coordinate representation of color #9B5519: hue angle of 27.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B5519 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB1558525-
CMYK00.450.840.39
HSL27.69º72.22%35.29%-
HSV(B)27.69º83.87%60.78%-
XYZ16.9413.542.64-
YUV99.0986.19167.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.49%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=58.49%
G=32.08%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155852500.450.840.3927.6972.2235.29
Hex9B551902D54271c4823
Octal23312531055124473411043
Binary1001101110101011100101011011010100100111111001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b5519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,25); }

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

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

 a { background-color: rgb(155,85,25); }

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

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

 span { border-color: rgb(155,85,25); }

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