Html Css Color HEX #98531F Rich Gold

📋 copy color: '#98531F'

red 152 ◦ green 83 ◦ blue 31

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

Shades of Rich Gold #98531F

Tints of Rich Gold #98531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 57.14%
G = 31.2%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98531F (or 0x98531F) is known color: Rich Gold. HEX triplet: 98, 53 and 1F. RGB value is (152,83,31). Sum of RGB (Red+Green+Blue) = 152+83+31=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98531F is #67ACE0. Grayscale: #616161. Windows color (decimal): -6794465 or 2053016. OLE color: 2053016.

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

Color convert

RGB 152 83 31 -
CMYK 0 0.45 0.80 0.40
HSL 25.79º 0.66% 0.36% -
HSV(B) 25.79º 0.8% 0.6% -
XYZ 16.29 12.96 2.94 -
YUV 97.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 152 83 31 0 0.45 0.80 0.40 25.79 0.66 0.36
Hex 98 53 1F 0 2D 50 28 1A 42 24
Octal 230 123 37 0 55 120 50 32 102 44
Binary 10011000 1010011 11111 0 101101 1010000 101000 11010 1000010 100100

Color Harmonies of #98531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98531F

Black with #98531F

Text Example


Text Example

White with #98531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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