#9C4E1C

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

Shades of Rich Gold #9C4E1C

Tints of Rich Gold #9C4E1C

Color information

#9C4E1C (or 0x9C4E1C) is unknown color: approx Rich Gold. HEX triplet: 9C, 4E and 1C. RGB value is (156,78,28). Sum of RGB (Red+Green+Blue) = 156+78+28=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C4E1C is #63B1E3. Grayscale: #5F5F5F. Windows color (decimal): -6533604 or 1855132. OLE color: 1855132.

HSL color Cylindrical-coordinate representation of color #9C4E1C: hue angle of 23.44º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C4E1C is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB1567828-
CMYK00.50.820.39
HSL23.44º69.57%36.08%-
HSV(B)23.44º82.05%61.18%-
XYZ16.6412.62.65-
YUV95.6289.84171.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.54%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 28 (11.33% from 255) = 10.69%
R=59.54%
G=29.77%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156782800.50.820.3923.4469.5736.08
Hex9C4E1C0325227174624
Octal23411634062122472710644
Binary1001110010011101110001100101010010100111101111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,78,28); }

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

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

 a { background-color: rgb(156,78,28); }

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

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

 span { border-color: rgb(156,78,28); }

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