Html Css Color HEX #985019 Rich Gold

📋 copy color: '#985019'

red 152 ◦ green 80 ◦ blue 25

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

Shades of Rich Gold #985019

Tints of Rich Gold #985019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 59.14%
G = 31.13%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#985019 (or 0x985019) is known color: Rich Gold. HEX triplet: 98, 50 and 19. RGB value is (152,80,25). Sum of RGB (Red+Green+Blue) = 152+80+25=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #985019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985019 is #67AFE6. Grayscale: #5F5F5F. Windows color (decimal): -6795239 or 1659032. OLE color: 1659032.

HSL color Cylindrical-coordinate representation of color #985019: hue angle of 25.98º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #985019 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 25 -
CMYK 0 0.47 0.84 0.40
HSL 25.98º 0.72% 0.35% -
HSV(B) 25.98º 0.84% 0.6% -
XYZ 15.99 12.48 2.49 -
YUV 95.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 152 80 25 0 0.47 0.84 0.40 25.98 0.72 0.35
Hex 98 50 19 0 2F 54 28 1A 48 23
Octal 230 120 31 0 57 124 50 32 110 43
Binary 10011000 1010000 11001 0 101111 1010100 101000 11010 1001000 100011

Color Harmonies of #985019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985019

Black with #985019

Text Example


Text Example

White with #985019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985019; }

 p { color: rgb(152,80,25); }

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

background-color css

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

 a { background-color: rgb(152,80,25); }

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

border-color css

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

 span { border-color: rgb(152,80,25); }

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