#98501f

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

Shades of Rich Gold #98501F

Tints of Rich Gold #98501F

Color information

#98501F (or 0x98501F) is unknown color: approx Rich Gold. HEX triplet: 98, 50 and 1F. RGB value is (152,80,31). Sum of RGB (Red+Green+Blue) = 152+80+31=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98501F is #67AFE0. Grayscale: #606060. Windows color (decimal): -6795233 or 2052248. OLE color: 2052248.

HSL color Cylindrical-coordinate representation of color #98501F: hue angle of 24.3º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98501F is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1528031-
CMYK00.470.800.40
HSL24.3º66.12%35.88%-
HSV(B)24.3º79.61%59.61%-
XYZ16.0612.512.86-
YUV95.9491.35167.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.79%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 31 (12.5% from 255) = 11.79%
R=57.79%
G=30.42%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152803100.470.800.4024.366.1235.88
Hex98501F02F5028184224
Octal23012037057120503010244
Binary1001100010100001111101011111010000101000110001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98501f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98501f; }

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

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

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

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

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

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

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

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