#9C5313

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

Shades of Rich Gold #9C5313

Tints of Rich Gold #9C5313

Color information

#9C5313 (or 0x9C5313) is unknown color: approx Rich Gold. HEX triplet: 9C, 53 and 13. RGB value is (156,83,19). Sum of RGB (Red+Green+Blue) = 156+83+19=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5313 is #63ACEC. Grayscale: #616161. Windows color (decimal): -6532333 or 1266588. OLE color: 1266588.

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

Color convert

RGB1568319-
CMYK00.470.880.39
HSL28.03º78.29%34.31%-
HSV(B)28.03º87.82%61.18%-
XYZ16.9213.32.29-
YUV97.5383.68169.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.47%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 19 (7.81% from 255) = 7.36%
R=60.47%
G=32.17%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156831900.470.880.3928.0378.2934.31
Hex9C531302F58271c4e22
Octal23412323057130473411642
Binary1001110010100111001101011111011000100111111001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,19); }

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

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

 a { background-color: rgb(156,83,19); }

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

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

 span { border-color: rgb(156,83,19); }

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