#9B521A

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

Shades of Rich Gold #9B521A

Tints of Rich Gold #9B521A

Color information

#9B521A (or 0x9B521A) is unknown color: approx Rich Gold. HEX triplet: 9B, 52 and 1A. RGB value is (155,82,26). Sum of RGB (Red+Green+Blue) = 155+82+26=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B521A is #64ADE5. Grayscale: #616161. Windows color (decimal): -6598118 or 1725083. OLE color: 1725083.

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

Color convert

RGB1558226-
CMYK00.470.830.39
HSL26.05º71.27%35.49%-
HSV(B)26.05º83.23%60.78%-
XYZ16.7213.082.62-
YUV97.4487.68169.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.94%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=58.94%
G=31.18%
B=9.89%

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
Decimal155822600.470.830.3926.0571.2735.49
Hex9B521A02F53271a4723
Octal23312232057123473210743
Binary1001101110100101101001011111010011100111110101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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