Html Css Color HEX #98521D Rich Gold

📋 copy color: '#98521D'

red 152 ◦ green 82 ◦ blue 29

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

Shades of Rich Gold #98521D

Tints of Rich Gold #98521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 57.79%
G = 31.18%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98521D (or 0x98521D) is known color: Rich Gold. HEX triplet: 98, 52 and 1D. RGB value is (152,82,29). Sum of RGB (Red+Green+Blue) = 152+82+29=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98521D is #67ADE2. Grayscale: #616161. Windows color (decimal): -6794723 or 1921688. OLE color: 1921688.

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

Color convert

RGB 152 82 29 -
CMYK 0 0.46 0.81 0.40
HSL 25.85º 0.68% 0.35% -
HSV(B) 25.85º 0.81% 0.6% -
XYZ 16.19 12.8 2.78 -
YUV 96.89 89.69 167.31 -
System Red Green Blue C M Y K H S L
Decimal 152 82 29 0 0.46 0.81 0.40 25.85 0.68 0.35
Hex 98 52 1D 0 2E 51 28 1A 44 23
Octal 230 122 35 0 56 121 50 32 104 43
Binary 10011000 1010010 11101 0 101110 1010001 101000 11010 1000100 100011

Color Harmonies of #98521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98521D

Black with #98521D

Text Example


Text Example

White with #98521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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