#985219

Color #985219 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #985219

Tints of Rich Gold #985219

Color information

#985219 (or 0x985219) is unknown color: approx Rich Gold. HEX triplet: 98, 52 and 19. RGB value is (152,82,25). Sum of RGB (Red+Green+Blue) = 152+82+25=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #985219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985219 is #67ADE6. Grayscale: #606060. Windows color (decimal): -6794727 or 1659544. OLE color: 1659544.

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

Color convert

RGB1528225-
CMYK00.460.840.40
HSL26.93º71.75%34.71%-
HSV(B)26.93º83.55%59.61%-
XYZ16.1412.782.54-
YUV96.4387.69167.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 25 (10.16% from 255) = 9.65%
R=58.69%
G=31.66%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152822500.460.840.4026.9371.7534.71
Hex98521902E54281b4823
Octal23012231056124503311043
Binary1001100010100101100101011101010100101000110111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985219; }

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

 H1.HeaderClassName
 {
   color: #985219;
 }
 .AnyTagClassName
 {
   color: #985219;
 }
</style>
background-color css

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

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

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

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

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

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