#994C1A

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

Shades of Rich Gold #994C1A

Tints of Rich Gold #994C1A

Color information

#994C1A (or 0x994C1A) is unknown color: approx Rich Gold. HEX triplet: 99, 4C and 1A. RGB value is (153,76,26). Sum of RGB (Red+Green+Blue) = 153+76+26=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #994C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C1A is #66B3E5. Grayscale: #5D5D5D. Windows color (decimal): -6730726 or 1723545. OLE color: 1723545.

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

Color convert

RGB1537626-
CMYK00.500.830.4
HSL23.62º70.95%35.1%-
HSV(B)23.62º83.01%60%-
XYZ15.9112.022.46-
YUV93.3290.01170.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=60%
G=29.80%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153762600.500.830.423.6270.9535.1
Hex994C1A0325328184723
Octal23111432062123503010743
Binary1001100110011001101001100101010011101000110001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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