Html Css Color HEX #985120 Rich Gold

📋 copy color: '#985120'

red 152 ◦ green 81 ◦ blue 32

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

Shades of Rich Gold #985120

Tints of Rich Gold #985120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.57%

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

R = 57.36%
G = 30.57%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#985120 (or 0x985120) is known color: Rich Gold. HEX triplet: 98, 51 and 20. RGB value is (152,81,32). Sum of RGB (Red+Green+Blue) = 152+81+32=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #985120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985120 is #67AEDF. Grayscale: #606060. Windows color (decimal): -6794976 or 2118040. OLE color: 2118040.

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

Color convert

RGB 152 81 32 -
CMYK 0 0.47 0.79 0.40
HSL 24.5º 0.65% 0.36% -
HSV(B) 24.5º 0.79% 0.6% -
XYZ 16.15 12.66 2.96 -
YUV 96.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 152 81 32 0 0.47 0.79 0.40 24.5 0.65 0.36
Hex 98 51 20 0 2F 4F 28 18 41 24
Octal 230 121 40 0 57 117 50 30 101 44
Binary 10011000 1010001 100000 0 101111 1001111 101000 11000 1000001 100100

Color Harmonies of #985120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985120

Black with #985120

Text Example


Text Example

White with #985120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985120; }

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

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

background-color css

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

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

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

border-color css

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

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

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