Html Css Color HEX #975119 Rich Gold

📋 copy color: '#975119'

red 151 ◦ green 81 ◦ blue 25

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

Shades of Rich Gold #975119

Tints of Rich Gold #975119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.52%

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 58.75%
G = 31.52%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#975119 (or 0x975119) is known color: Rich Gold. HEX triplet: 97, 51 and 19. RGB value is (151,81,25). Sum of RGB (Red+Green+Blue) = 151+81+25=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #975119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975119 is #68AEE6. Grayscale: #5F5F5F. Windows color (decimal): -6860519 or 1659287. OLE color: 1659287.

HSL color Cylindrical-coordinate representation of color #975119: hue angle of 26.67º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #975119 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 81 25 -
CMYK 0 0.46 0.83 0.41
HSL 26.67º 0.72% 0.35% -
HSV(B) 26.67º 0.83% 0.59% -
XYZ 15.88 12.53 2.5 -
YUV 95.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 151 81 25 0 0.46 0.83 0.41 26.67 0.72 0.35
Hex 97 51 19 0 2E 53 29 1B 48 23
Octal 227 121 31 0 56 123 51 33 110 43
Binary 10010111 1010001 11001 0 101110 1010011 101001 11011 1001000 100011

Color Harmonies of #975119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975119

Black with #975119

Text Example


Text Example

White with #975119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975119; }

 p { color: rgb(151,81,25); }

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

background-color css

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

 a { background-color: rgb(151,81,25); }

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

border-color css

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

 span { border-color: rgb(151,81,25); }

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