Html Css Color HEX #985520 Rich Gold

📋 copy color: '#985520'

red 152 ◦ green 85 ◦ blue 32

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

Shades of Rich Gold #985520

Tints of Rich Gold #985520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

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

R = 56.51%
G = 31.6%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#985520 (or 0x985520) is known color: Rich Gold. HEX triplet: 98, 55 and 20. RGB value is (152,85,32). Sum of RGB (Red+Green+Blue) = 152+85+32=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #985520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985520 is #67AADF. Grayscale: #636363. Windows color (decimal): -6793952 or 2119064. OLE color: 2119064.

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

Color convert

RGB 152 85 32 -
CMYK 0 0.44 0.79 0.40
HSL 26.5º 0.65% 0.36% -
HSV(B) 26.5º 0.79% 0.6% -
XYZ 16.46 13.28 3.06 -
YUV 98.99 90.2 165.81 -
System Red Green Blue C M Y K H S L
Decimal 152 85 32 0 0.44 0.79 0.40 26.5 0.65 0.36
Hex 98 55 20 0 2C 4F 28 1A 41 24
Octal 230 125 40 0 54 117 50 32 101 44
Binary 10011000 1010101 100000 0 101100 1001111 101000 11010 1000001 100100

Color Harmonies of #985520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985520

Black with #985520

Text Example


Text Example

White with #985520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985520; }

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

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

background-color css

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

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

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

border-color css

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

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

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