#9C5527

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

Shades of Rich Gold #9C5527

Tints of Rich Gold #9C5527

Color information

#9C5527 (or 0x9C5527) is unknown color: approx Rich Gold. HEX triplet: 9C, 55 and 27. RGB value is (156,85,39). Sum of RGB (Red+Green+Blue) = 156+85+39=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5527 is #63AAD8. Grayscale: #656565. Windows color (decimal): -6531801 or 2577820. OLE color: 2577820.

HSL color Cylindrical-coordinate representation of color #9C5527: hue angle of 23.59º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C5527 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1568539-
CMYK00.460.750.39
HSL23.59º60%38.24%-
HSV(B)23.59º75%61.18%-
XYZ17.3313.713.65-
YUV100.9893.02167.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.71%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 39 (15.62% from 255) = 13.93%
R=55.71%
G=30.36%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156853900.460.750.3923.596038.24
Hex9C552702E4B27183c26
Octal2341254705611347307446
Binary1001110010101011001110101110100101110011111000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,85,39); }

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

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

 a { background-color: rgb(156,85,39); }

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

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

 span { border-color: rgb(156,85,39); }

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