#994B1C

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

Shades of Rich Gold #994B1C

Tints of Rich Gold #994B1C

Color information

#994B1C (or 0x994B1C) is unknown color: approx Rich Gold. HEX triplet: 99, 4B and 1C. RGB value is (153,75,28). Sum of RGB (Red+Green+Blue) = 153+75+28=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #994B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B1C is #66B4E3. Grayscale: #5D5D5D. Windows color (decimal): -6730980 or 1854361. OLE color: 1854361.

HSL color Cylindrical-coordinate representation of color #994B1C: hue angle of 22.56º 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 #994B1C is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1537528-
CMYK00.510.820.4
HSL22.56º69.06%35.49%-
HSV(B)22.56º81.7%60%-
XYZ15.8611.892.56-
YUV92.9691.34170.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 28 (11.33% from 255) = 10.94%
R=59.77%
G=29.30%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153752800.510.820.422.5669.0635.49
Hex994B1C0335228174523
Octal23111334063122502710543
Binary1001100110010111110001100111010010101000101111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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