#9C5223

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

Shades of Rich Gold #9C5223

Tints of Rich Gold #9C5223

Color information

#9C5223 (or 0x9C5223) is unknown color: approx Rich Gold. HEX triplet: 9C, 52 and 23. RGB value is (156,82,35). Sum of RGB (Red+Green+Blue) = 156+82+35=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5223 is #63ADDC. Grayscale: #636363. Windows color (decimal): -6532573 or 2314908. OLE color: 2314908.

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

Color convert

RGB1568235-
CMYK00.470.780.39
HSL23.31º63.35%37.45%-
HSV(B)23.31º77.56%61.18%-
XYZ17.0313.223.24-
YUV98.7792.02168.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.14%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 35 (14.06% from 255) = 12.82%
R=57.14%
G=30.04%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156823500.470.780.3923.3163.3537.45
Hex9C522302F4E27173f25
Octal2341224305711647277745
Binary1001110010100101000110101111100111010011110111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,82,35); }

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

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

 a { background-color: rgb(156,82,35); }

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

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

 span { border-color: rgb(156,82,35); }

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