Html Css Color HEX #974D1E Rich Gold

📋 copy color: '#974D1E'

red 151 ◦ green 77 ◦ blue 30

#974D1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #974D1E

Tints of Rich Gold #974D1E

RGB

 RED value IS 151 (59.38% from 255) = 58.53%

 GREEN value IS 77 (30.47% from 255) = 29.84%

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 58.53%
G = 29.84%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#974D1E (or 0x974D1E) is known color: Rich Gold. HEX triplet: 97, 4D and 1E. RGB value is (151,77,30). Sum of RGB (Red+Green+Blue) = 151+77+30=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #974D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974D1E is #68B2E1. Grayscale: #5E5E5E. Windows color (decimal): -6861538 or 1985943. OLE color: 1985943.

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

Color convert

RGB 151 77 30 -
CMYK 0 0.49 0.80 0.41
HSL 23.31º 0.67% 0.35% -
HSV(B) 23.31º 0.8% 0.59% -
XYZ 15.65 11.98 2.72 -
YUV 93.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 151 77 30 0 0.49 0.80 0.41 23.31 0.67 0.35
Hex 97 4D 1E 0 31 50 29 17 43 23
Octal 227 115 36 0 61 120 51 27 103 43
Binary 10010111 1001101 11110 0 110001 1010000 101001 10111 1000011 100011

Color Harmonies of #974D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D1E

Black with #974D1E

Text Example


Text Example

White with #974D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #974D1E;
 }
 .AnyTagClassName
 {
   color: #974D1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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