Html Css Color HEX #985420 Rich Gold

📋 copy color: '#985420'

red 152 ◦ green 84 ◦ blue 32

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

Shades of Rich Gold #985420

Tints of Rich Gold #985420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 56.72%
G = 31.34%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#985420 (or 0x985420) is known color: Rich Gold. HEX triplet: 98, 54 and 20. RGB value is (152,84,32). Sum of RGB (Red+Green+Blue) = 152+84+32=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #985420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985420 is #67ABDF. Grayscale: #626262. Windows color (decimal): -6794208 or 2118808. OLE color: 2118808.

HSL color Cylindrical-coordinate representation of color #985420: hue angle of 26º 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 #985420 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 84 32 -
CMYK 0 0.45 0.79 0.40
HSL 26º 0.65% 0.36% -
HSV(B) 26º 0.79% 0.6% -
XYZ 16.38 13.12 3.04 -
YUV 98.4 90.53 166.23 -
System Red Green Blue C M Y K H S L
Decimal 152 84 32 0 0.45 0.79 0.40 26 0.65 0.36
Hex 98 54 20 0 2D 4F 28 1A 41 24
Octal 230 124 40 0 55 117 50 32 101 44
Binary 10011000 1010100 100000 0 101101 1001111 101000 11010 1000001 100100

Color Harmonies of #985420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985420

Black with #985420

Text Example


Text Example

White with #985420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985420; }

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

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

background-color css

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

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

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

border-color css

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

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

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