Html Css Color HEX #974E1F Rich Gold

📋 copy color: '#974E1F'

red 151 ◦ green 78 ◦ blue 31

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

Shades of Rich Gold #974E1F

Tints of Rich Gold #974E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30%

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 58.08%
G = 30%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#974E1F (or 0x974E1F) is known color: Rich Gold. HEX triplet: 97, 4E and 1F. RGB value is (151,78,31). Sum of RGB (Red+Green+Blue) = 151+78+31=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #974E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974E1F is #68B1E0. Grayscale: #5E5E5E. Windows color (decimal): -6861281 or 2051735. OLE color: 2051735.

HSL color Cylindrical-coordinate representation of color #974E1F: hue angle of 23.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #974E1F is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 78 31 -
CMYK 0 0.48 0.79 0.41
HSL 23.5º 0.66% 0.36% -
HSV(B) 23.5º 0.79% 0.59% -
XYZ 15.73 12.13 2.81 -
YUV 94.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 151 78 31 0 0.48 0.79 0.41 23.5 0.66 0.36
Hex 97 4E 1F 0 30 4F 29 18 42 24
Octal 227 116 37 0 60 117 51 30 102 44
Binary 10010111 1001110 11111 0 110000 1001111 101001 11000 1000010 100100

Color Harmonies of #974E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974E1F

Black with #974E1F

Text Example


Text Example

White with #974E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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