#974F1E

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

Shades of Rich Gold #974F1E

Tints of Rich Gold #974F1E

Color information

#974F1E (or 0x974F1E) is unknown color: approx Rich Gold. HEX triplet: 97, 4F and 1E. RGB value is (151,79,30). Sum of RGB (Red+Green+Blue) = 151+79+30=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #974F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974F1E is #68B0E1. Grayscale: #5F5F5F. Windows color (decimal): -6861026 or 1986455. OLE color: 1986455.

HSL color Cylindrical-coordinate representation of color #974F1E: hue angle of 24.3º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #974F1E is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1517930-
CMYK00.480.800.41
HSL24.3º66.85%35.49%-
HSV(B)24.3º80.13%59.22%-
XYZ15.7912.272.76-
YUV94.9491.35167.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.08%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=58.08%
G=30.38%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151793000.480.800.4124.366.8535.49
Hex974F1E0305029184323
Octal22711736060120513010343
Binary1001011110011111111001100001010000101001110001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974F1E; }

 p { color: rgb(151,79,30); }

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

<style>
 a { background-color: #974F1E; }

 a { background-color: rgb(151,79,30); }

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

<style>
 span { border-color: #974F1E; }

 span { border-color: rgb(151,79,30); }

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