Html Css Color HEX #98521C Rich Gold

📋 copy color: '#98521C'

red 152 ◦ green 82 ◦ blue 28

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

Shades of Rich Gold #98521C

Tints of Rich Gold #98521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.69%

R = 58.02%
G = 31.3%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98521C (or 0x98521C) is known color: Rich Gold. HEX triplet: 98, 52 and 1C. RGB value is (152,82,28). Sum of RGB (Red+Green+Blue) = 152+82+28=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #98521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98521C is #67ADE3. Grayscale: #616161. Windows color (decimal): -6794724 or 1856152. OLE color: 1856152.

HSL color Cylindrical-coordinate representation of color #98521C: hue angle of 26.13º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98521C is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 82 28 -
CMYK 0 0.46 0.82 0.40
HSL 26.13º 0.69% 0.35% -
HSV(B) 26.13º 0.82% 0.6% -
XYZ 16.18 12.79 2.72 -
YUV 96.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 152 82 28 0 0.46 0.82 0.40 26.13 0.69 0.35
Hex 98 52 1C 0 2E 52 28 1A 45 23
Octal 230 122 34 0 56 122 50 32 105 43
Binary 10011000 1010010 11100 0 101110 1010010 101000 11010 1000101 100011

Color Harmonies of #98521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98521C

Black with #98521C

Text Example


Text Example

White with #98521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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