Html Css Color HEX #98521F Rich Gold

📋 copy color: '#98521F'

red 152 ◦ green 82 ◦ blue 31

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

Shades of Rich Gold #98521F

Tints of Rich Gold #98521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 57.36%
G = 30.94%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98521F (or 0x98521F) is known color: Rich Gold. HEX triplet: 98, 52 and 1F. RGB value is (152,82,31). Sum of RGB (Red+Green+Blue) = 152+82+31=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98521F is #67ADE0. Grayscale: #616161. Windows color (decimal): -6794721 or 2052760. OLE color: 2052760.

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

Color convert

RGB 152 82 31 -
CMYK 0 0.46 0.80 0.40
HSL 25.29º 0.66% 0.36% -
HSV(B) 25.29º 0.8% 0.6% -
XYZ 16.21 12.81 2.91 -
YUV 97.12 90.69 167.15 -
System Red Green Blue C M Y K H S L
Decimal 152 82 31 0 0.46 0.80 0.40 25.29 0.66 0.36
Hex 98 52 1F 0 2E 50 28 19 42 24
Octal 230 122 37 0 56 120 50 31 102 44
Binary 10011000 1010010 11111 0 101110 1010000 101000 11001 1000010 100100

Color Harmonies of #98521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98521F

Black with #98521F

Text Example


Text Example

White with #98521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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