#9B4A22

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

Shades of Rich Gold #9B4A22

Tints of Rich Gold #9B4A22

Color information

#9B4A22 (or 0x9B4A22) is unknown color: approx Rich Gold. HEX triplet: 9B, 4A and 22. RGB value is (155,74,34). Sum of RGB (Red+Green+Blue) = 155+74+34=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4A22 is #64B5DD. Grayscale: #5D5D5D. Windows color (decimal): -6600158 or 2247323. OLE color: 2247323.

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

Color convert

RGB1557434-
CMYK00.520.780.39
HSL19.83º64.02%37.06%-
HSV(B)19.83º78.06%60.78%-
XYZ16.2611.982.97-
YUV93.6694.34171.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.94%
GREEN value IS 74 (29.30% from 255) = 28.14%
BLUE value IS 34 (13.67% from 255) = 12.93%
R=58.94%
G=28.14%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155743400.520.780.3919.8364.0237.06
Hex9B4A220344E27144025
Octal23311242064116472410045
Binary10011011100101010001001101001001110100111101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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