#994C1C

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

Shades of Rich Gold #994C1C

Tints of Rich Gold #994C1C

Color information

#994C1C (or 0x994C1C) is unknown color: approx Rich Gold. HEX triplet: 99, 4C and 1C. RGB value is (153,76,28). Sum of RGB (Red+Green+Blue) = 153+76+28=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #994C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C1C is #66B3E3. Grayscale: #5D5D5D. Windows color (decimal): -6730724 or 1854617. OLE color: 1854617.

HSL color Cylindrical-coordinate representation of color #994C1C: hue angle of 23.04º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #994C1C is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1537628-
CMYK00.500.820.4
HSL23.04º69.06%35.49%-
HSV(B)23.04º81.7%60%-
XYZ15.9312.032.58-
YUV93.5591.01170.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.53%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=59.53%
G=29.57%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153762800.500.820.423.0469.0635.49
Hex994C1C0325228174523
Octal23111434062122502710543
Binary1001100110011001110001100101010010101000101111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994C1C; }

 p { color: rgb(153,76,28); }

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

<style>
 a { background-color: #994C1C; }

 a { background-color: rgb(153,76,28); }

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

<style>
 span { border-color: #994C1C; }

 span { border-color: rgb(153,76,28); }

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