#9b5317

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

Shades of Rich Gold #9B5317

Tints of Rich Gold #9B5317

Color information

#9B5317 (or 0x9B5317) is unknown color: approx Rich Gold. HEX triplet: 9B, 53 and 17. RGB value is (155,83,23). Sum of RGB (Red+Green+Blue) = 155+83+23=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5317 is #64ACE8. Grayscale: #626262. Windows color (decimal): -6597865 or 1528731. OLE color: 1528731.

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

Color convert

RGB1558323-
CMYK00.460.850.39
HSL27.27º74.16%34.9%-
HSV(B)27.27º85.16%60.78%-
XYZ16.7713.222.48-
YUV97.6985.85168.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.39%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 23 (9.38% from 255) = 8.81%
R=59.39%
G=31.80%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155832300.460.850.3927.2774.1634.9
Hex9B531702E55271b4a23
Octal23312327056125473311243
Binary1001101110100111011101011101010101100111110111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b5317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,83,23); }

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

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

 a { background-color: rgb(155,83,23); }

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

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

 span { border-color: rgb(155,83,23); }

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