Html Css Color HEX #985118 Rich Gold

📋 copy color: '#985118'

red 152 ◦ green 81 ◦ blue 24

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

Shades of Rich Gold #985118

Tints of Rich Gold #985118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 59.14%
G = 31.52%
B = 9.34%

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

#985118 (or 0x985118) is known color: Rich Gold. HEX triplet: 98, 51 and 18. RGB value is (152,81,24). Sum of RGB (Red+Green+Blue) = 152+81+24=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #985118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985118 is #67AEE7. Grayscale: #606060. Windows color (decimal): -6794984 or 1593752. OLE color: 1593752.

HSL color Cylindrical-coordinate representation of color #985118: hue angle of 26.72º degrees, saturation: 0.73, 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 #985118 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 81 24 -
CMYK 0 0.47 0.84 0.40
HSL 26.72º 0.73% 0.35% -
HSV(B) 26.72º 0.84% 0.6% -
XYZ 16.06 12.63 2.46 -
YUV 95.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 152 81 24 0 0.47 0.84 0.40 26.72 0.73 0.35
Hex 98 51 18 0 2F 54 28 1B 49 23
Octal 230 121 30 0 57 124 50 33 111 43
Binary 10011000 1010001 11000 0 101111 1010100 101000 11011 1001001 100011

Color Harmonies of #985118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985118

Black with #985118

Text Example


Text Example

White with #985118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985118; }

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

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

background-color css

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

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

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

border-color css

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

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

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