Html Css Color HEX #97521D Rich Gold

📋 copy color: '#97521D'

red 151 ◦ green 82 ◦ blue 29

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

Shades of Rich Gold #97521D

Tints of Rich Gold #97521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.3%

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

R = 57.63%
G = 31.3%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97521D (or 0x97521D) is known color: Rich Gold. HEX triplet: 97, 52 and 1D. RGB value is (151,82,29). Sum of RGB (Red+Green+Blue) = 151+82+29=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #97521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97521D is #68ADE2. Grayscale: #606060. Windows color (decimal): -6860259 or 1921687. OLE color: 1921687.

HSL color Cylindrical-coordinate representation of color #97521D: hue angle of 26.07º 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 #97521D is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 82 29 -
CMYK 0 0.46 0.81 0.41
HSL 26.07º 0.68% 0.35% -
HSV(B) 26.07º 0.81% 0.59% -
XYZ 16 12.7 2.77 -
YUV 96.59 89.86 166.81 -
System Red Green Blue C M Y K H S L
Decimal 151 82 29 0 0.46 0.81 0.41 26.07 0.68 0.35
Hex 97 52 1D 0 2E 51 29 1A 44 23
Octal 227 122 35 0 56 121 51 32 104 43
Binary 10010111 1010010 11101 0 101110 1010001 101001 11010 1000100 100011

Color Harmonies of #97521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97521D

Black with #97521D

Text Example


Text Example

White with #97521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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