#9B5922

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

Shades of Rich Gold #9B5922

Tints of Rich Gold #9B5922

Color information

#9B5922 (or 0x9B5922) is unknown color: approx Rich Gold. HEX triplet: 9B, 59 and 22. RGB value is (155,89,34). Sum of RGB (Red+Green+Blue) = 155+89+34=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5922 is #64A6DD. Grayscale: #666666. Windows color (decimal): -6596318 or 2251163. OLE color: 2251163.

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

Color convert

RGB1558934-
CMYK00.430.780.39
HSL27.27º64.02%37.06%-
HSV(B)27.27º78.06%60.78%-
XYZ17.3814.233.34-
YUV102.4689.37165.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.76%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 34 (13.67% from 255) = 12.23%
R=55.76%
G=32.01%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155893400.430.780.3927.2764.0237.06
Hex9B592202B4E271b4025
Octal23313142053116473310045
Binary10011011101100110001001010111001110100111110111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,89,34); }

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

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

 a { background-color: rgb(155,89,34); }

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

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

 span { border-color: rgb(155,89,34); }

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