Html Css Color HEX #97501D Rich Gold

📋 copy color: '#97501D'

red 151 ◦ green 80 ◦ blue 29

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

Shades of Rich Gold #97501D

Tints of Rich Gold #97501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 58.08%
G = 30.77%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97501D (or 0x97501D) is known color: Rich Gold. HEX triplet: 97, 50 and 1D. RGB value is (151,80,29). Sum of RGB (Red+Green+Blue) = 151+80+29=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #97501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97501D is #68AFE2. Grayscale: #5F5F5F. Windows color (decimal): -6860771 or 1921175. OLE color: 1921175.

HSL color Cylindrical-coordinate representation of color #97501D: hue angle of 25.08º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97501D is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 80 29 -
CMYK 0 0.47 0.81 0.41
HSL 25.08º 0.68% 0.35% -
HSV(B) 25.08º 0.81% 0.59% -
XYZ 15.85 12.41 2.72 -
YUV 95.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 151 80 29 0 0.47 0.81 0.41 25.08 0.68 0.35
Hex 97 50 1D 0 2F 51 29 19 44 23
Octal 227 120 35 0 57 121 51 31 104 43
Binary 10010111 1010000 11101 0 101111 1010001 101001 11001 1000100 100011

Color Harmonies of #97501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97501D

Black with #97501D

Text Example


Text Example

White with #97501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97501D; }

 p { color: rgb(151,80,29); }

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

background-color css

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

 a { background-color: rgb(151,80,29); }

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

border-color css

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

 span { border-color: rgb(151,80,29); }

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