Html Css Color HEX #97521C Rich Gold

📋 copy color: '#97521C'

red 151 ◦ green 82 ◦ blue 28

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

Shades of Rich Gold #97521C

Tints of Rich Gold #97521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.73%

R = 57.85%
G = 31.42%
B = 10.73%

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

#97521C (or 0x97521C) is known color: Rich Gold. HEX triplet: 97, 52 and 1C. RGB value is (151,82,28). Sum of RGB (Red+Green+Blue) = 151+82+28=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #97521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97521C is #68ADE3. Grayscale: #606060. Windows color (decimal): -6860260 or 1856151. OLE color: 1856151.

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

Color convert

RGB 151 82 28 -
CMYK 0 0.46 0.81 0.41
HSL 26.34º 0.69% 0.35% -
HSV(B) 26.34º 0.81% 0.59% -
XYZ 15.99 12.7 2.71 -
YUV 96.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 151 82 28 0 0.46 0.81 0.41 26.34 0.69 0.35
Hex 97 52 1C 0 2E 51 29 1A 45 23
Octal 227 122 34 0 56 121 51 32 105 43
Binary 10010111 1010010 11100 0 101110 1010001 101001 11010 1000101 100011

Color Harmonies of #97521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97521C

Black with #97521C

Text Example


Text Example

White with #97521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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