#974E1E

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

Shades of Rich Gold #974E1E

Tints of Rich Gold #974E1E

Color information

#974E1E (or 0x974E1E) is unknown color: approx Rich Gold. HEX triplet: 97, 4E and 1E. RGB value is (151,78,30). Sum of RGB (Red+Green+Blue) = 151+78+30=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #974E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974E1E is #68B1E1. Grayscale: #5E5E5E. Windows color (decimal): -6861282 or 1986199. OLE color: 1986199.

HSL color Cylindrical-coordinate representation of color #974E1E: hue angle of 23.8º 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 #974E1E is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1517830-
CMYK00.480.800.41
HSL23.8º66.85%35.49%-
HSV(B)23.8º80.13%59.22%-
XYZ15.7212.122.74-
YUV94.3691.68168.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.30%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=58.30%
G=30.12%
B=11.58%

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
Decimal151783000.480.800.4123.866.8535.49
Hex974E1E0305029184323
Octal22711636060120513010343
Binary1001011110011101111001100001010000101001110001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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