Html Css Color HEX #98521B Rich Gold

📋 copy color: '#98521B'

red 152 ◦ green 82 ◦ blue 27

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

Shades of Rich Gold #98521B

Tints of Rich Gold #98521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 58.24%
G = 31.42%
B = 10.34%

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

#98521B (or 0x98521B) is known color: Rich Gold. HEX triplet: 98, 52 and 1B. RGB value is (152,82,27). Sum of RGB (Red+Green+Blue) = 152+82+27=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98521B is #67ADE4. Grayscale: #606060. Windows color (decimal): -6794725 or 1790616. OLE color: 1790616.

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

Color convert

RGB 152 82 27 -
CMYK 0 0.46 0.82 0.40
HSL 26.4º 0.7% 0.35% -
HSV(B) 26.4º 0.82% 0.6% -
XYZ 16.16 12.79 2.65 -
YUV 96.66 88.69 167.47 -
System Red Green Blue C M Y K H S L
Decimal 152 82 27 0 0.46 0.82 0.40 26.4 0.7 0.35
Hex 98 52 1B 0 2E 52 28 1A 46 23
Octal 230 122 33 0 56 122 50 32 106 43
Binary 10011000 1010010 11011 0 101110 1010010 101000 11010 1000110 100011

Color Harmonies of #98521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98521B

Black with #98521B

Text Example


Text Example

White with #98521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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