#9b4c21

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

Shades of Rich Gold #9B4C21

Tints of Rich Gold #9B4C21

Color information

#9B4C21 (or 0x9B4C21) is unknown color: approx Rich Gold. HEX triplet: 9B, 4C and 21. RGB value is (155,76,33). Sum of RGB (Red+Green+Blue) = 155+76+33=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4C21 is #64B3DE. Grayscale: #5E5E5E. Windows color (decimal): -6599647 or 2182299. OLE color: 2182299.

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

Color convert

RGB1557633-
CMYK00.510.790.39
HSL21.15º64.89%36.86%-
HSV(B)21.15º78.71%60.78%-
XYZ16.3812.252.94-
YUV94.7293.17171-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 76 (30.08% from 255) = 28.79%
BLUE value IS 33 (13.28% from 255) = 12.5%
R=58.71%
G=28.79%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155763300.510.790.3921.1564.8936.86
Hex9B4C210334F27154125
Octal23311441063117472510145
Binary10011011100110010000101100111001111100111101011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b4c21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,76,33); }

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

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

 a { background-color: rgb(155,76,33); }

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

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

 span { border-color: rgb(155,76,33); }

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