#9D5821

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

Shades of Rich Gold #9D5821

Tints of Rich Gold #9D5821

Color information

#9D5821 (or 0x9D5821) is unknown color: approx Rich Gold. HEX triplet: 9D, 58 and 21. RGB value is (157,88,33). Sum of RGB (Red+Green+Blue) = 157+88+33=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5821 is #62A7DE. Grayscale: #666666. Windows color (decimal): -6465503 or 2185373. OLE color: 2185373.

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

Color convert

RGB1578833-
CMYK00.440.790.38
HSL26.61º65.26%37.25%-
HSV(B)26.61º78.98%61.57%-
XYZ17.6714.263.26-
YUV102.3688.86166.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.47%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=56.47%
G=31.65%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157883300.440.790.3826.6165.2637.25
Hex9D582102C4F261b4125
Octal23513041054117463310145
Binary10011101101100010000101011001001111100110110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,88,33); }

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

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

 a { background-color: rgb(157,88,33); }

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

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

 span { border-color: rgb(157,88,33); }

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