Html Css Color HEX #98521E Rich Gold

📋 copy color: '#98521E'

red 152 ◦ green 82 ◦ blue 30

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

Shades of Rich Gold #98521E

Tints of Rich Gold #98521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 57.58%
G = 31.06%
B = 11.36%

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

#98521E (or 0x98521E) is known color: Rich Gold. HEX triplet: 98, 52 and 1E. RGB value is (152,82,30). Sum of RGB (Red+Green+Blue) = 152+82+30=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98521E is #67ADE1. Grayscale: #616161. Windows color (decimal): -6794722 or 1987224. OLE color: 1987224.

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

Color convert

RGB 152 82 30 -
CMYK 0 0.46 0.80 0.40
HSL 25.57º 0.67% 0.36% -
HSV(B) 25.57º 0.8% 0.6% -
XYZ 16.2 12.8 2.85 -
YUV 97 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 152 82 30 0 0.46 0.80 0.40 25.57 0.67 0.36
Hex 98 52 1E 0 2E 50 28 1A 43 24
Octal 230 122 36 0 56 120 50 32 103 44
Binary 10011000 1010010 11110 0 101110 1010000 101000 11010 1000011 100100

Color Harmonies of #98521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98521E

Black with #98521E

Text Example


Text Example

White with #98521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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