#9B521F

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

Shades of Rich Gold #9B521F

Tints of Rich Gold #9B521F

Color information

#9B521F (or 0x9B521F) is unknown color: approx Rich Gold. HEX triplet: 9B, 52 and 1F. RGB value is (155,82,31). Sum of RGB (Red+Green+Blue) = 155+82+31=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B521F is #64ADE0. Grayscale: #626262. Windows color (decimal): -6598113 or 2052763. OLE color: 2052763.

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

Color convert

RGB1558231-
CMYK00.470.80.39
HSL24.68º66.67%36.47%-
HSV(B)24.68º80%60.78%-
XYZ16.7813.12.94-
YUV98.0190.18168.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=57.84%
G=30.60%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155823100.470.80.3924.6866.6736.47
Hex9B521F02F5027194324
Octal23312237057120473110344
Binary1001101110100101111101011111010000100111110011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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