#9B521B

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

Shades of Rich Gold #9B521B

Tints of Rich Gold #9B521B

Color information

#9B521B (or 0x9B521B) is unknown color: approx Rich Gold. HEX triplet: 9B, 52 and 1B. RGB value is (155,82,27). Sum of RGB (Red+Green+Blue) = 155+82+27=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B521B is #64ADE4. Grayscale: #616161. Windows color (decimal): -6598117 or 1790619. OLE color: 1790619.

HSL color Cylindrical-coordinate representation of color #9B521B: hue angle of 25.78º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B521B is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1558227-
CMYK00.470.830.39
HSL25.78º70.33%35.69%-
HSV(B)25.78º82.58%60.78%-
XYZ16.7313.082.68-
YUV97.5688.18168.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 27 (10.94% from 255) = 10.23%
R=58.71%
G=31.06%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155822700.470.830.3925.7870.3335.69
Hex9B521B02F53271a4624
Octal23312233057123473210644
Binary1001101110100101101101011111010011100111110101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,82,27); }

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

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

 a { background-color: rgb(155,82,27); }

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

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

 span { border-color: rgb(155,82,27); }

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