#98521C

Color #98521C Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #98521C

Tints of Rich Gold #98521C

Color information

#98521C (or 0x98521C) is unknown color: approx 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

RGB1528228-
CMYK00.460.820.40
HSL26.13º68.89%35.29%-
HSV(B)26.13º81.58%59.61%-
XYZ16.1812.792.72-
YUV96.7789.19167.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.02%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 28 (11.33% from 255) = 10.69%
R=58.02%
G=31.30%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152822800.460.820.4026.1368.8935.29
Hex98521C02E52281a4523
Octal23012234056122503210543
Binary1001100010100101110001011101010010101000110101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>