Html Css Color HEX #98501F Rich Gold

📋 copy color: '#98501F'

red 152 ◦ green 80 ◦ blue 31

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

Shades of Rich Gold #98501F

Tints of Rich Gold #98501F

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 value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98501F (or 0x98501F) is known color: 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

RGB 152 80 31 -
CMYK 0 0.47 0.80 0.40
HSL 24.3º 0.66% 0.36% -
HSV(B) 24.3º 0.8% 0.6% -
XYZ 16.06 12.51 2.86 -
YUV 95.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 152 80 31 0 0.47 0.80 0.40 24.3 0.66 0.36
Hex 98 50 1F 0 2F 50 28 18 42 24
Octal 230 120 37 0 57 120 50 30 102 44
Binary 10011000 1010000 11111 0 101111 1010000 101000 11000 1000010 100100

Color Harmonies of #98501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98501F

Black with #98501F

Text Example


Text Example

White with #98501F

Text Example


Text Example

HTML Codes & Css Web 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>