#9C5823

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

Shades of Rich Gold #9C5823

Tints of Rich Gold #9C5823

Color information

#9C5823 (or 0x9C5823) is unknown color: approx Rich Gold. HEX triplet: 9C, 58 and 23. RGB value is (156,88,35). Sum of RGB (Red+Green+Blue) = 156+88+35=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5823 is #63A7DC. Grayscale: #666666. Windows color (decimal): -6531037 or 2316444. OLE color: 2316444.

HSL color Cylindrical-coordinate representation of color #9C5823: hue angle of 26.28º 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 #9C5823 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB1568835-
CMYK00.440.780.39
HSL26.28º63.35%37.45%-
HSV(B)26.28º77.56%61.18%-
XYZ17.514.173.4-
YUV102.2990.03166.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.91%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 35 (14.06% from 255) = 12.54%
R=55.91%
G=31.54%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156883500.440.780.3926.2863.3537.45
Hex9C582302C4E271a3f25
Octal2341304305411647327745
Binary1001110010110001000110101100100111010011111010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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