#994F1B

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

Shades of Rich Gold #994F1B

Tints of Rich Gold #994F1B

Color information

#994F1B (or 0x994F1B) is unknown color: approx Rich Gold. HEX triplet: 99, 4F and 1B. RGB value is (153,79,27). Sum of RGB (Red+Green+Blue) = 153+79+27=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #994F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F1B is #66B0E4. Grayscale: #5F5F5F. Windows color (decimal): -6729957 or 1789849. OLE color: 1789849.

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

Color convert

RGB1537927-
CMYK00.480.820.4
HSL24.76º70%35.29%-
HSV(B)24.76º82.35%60%-
XYZ16.1312.442.59-
YUV95.289.52169.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.07%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 27 (10.94% from 255) = 10.42%
R=59.07%
G=30.50%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153792700.480.820.424.767035.29
Hex994F1B0305228194623
Octal23111733060122503110643
Binary1001100110011111101101100001010010101000110011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,79,27); }

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

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

 a { background-color: rgb(153,79,27); }

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

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

 span { border-color: rgb(153,79,27); }

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