Html Css Color HEX #985220 Rich Gold

📋 copy color: '#985220'

red 152 ◦ green 82 ◦ blue 32

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

Shades of Rich Gold #985220

Tints of Rich Gold #985220

RGB

 RED value IS 152 (59.77% from 255) = 57.14%

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

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 57.14%
G = 30.83%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#985220 (or 0x985220) is known color: Rich Gold. HEX triplet: 98, 52 and 20. RGB value is (152,82,32). Sum of RGB (Red+Green+Blue) = 152+82+32=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #985220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985220 is #67ADDF. Grayscale: #616161. Windows color (decimal): -6794720 or 2118296. OLE color: 2118296.

HSL color Cylindrical-coordinate representation of color #985220: hue angle of 25º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #985220 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 82 32 -
CMYK 0 0.46 0.79 0.40
HSL 25º 0.65% 0.36% -
HSV(B) 25º 0.79% 0.6% -
XYZ 16.23 12.81 2.98 -
YUV 97.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 152 82 32 0 0.46 0.79 0.40 25 0.65 0.36
Hex 98 52 20 0 2E 4F 28 19 41 24
Octal 230 122 40 0 56 117 50 31 101 44
Binary 10011000 1010010 100000 0 101110 1001111 101000 11001 1000001 100100

Color Harmonies of #985220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985220

Black with #985220

Text Example


Text Example

White with #985220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985220; }

 p { color: rgb(152,82,32); }

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

background-color css

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

 a { background-color: rgb(152,82,32); }

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

border-color css

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

 span { border-color: rgb(152,82,32); }

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