#98541D

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

Shades of Rich Gold #98541D

Tints of Rich Gold #98541D

Color information

#98541D (or 0x98541D) is unknown color: approx Rich Gold. HEX triplet: 98, 54 and 1D. RGB value is (152,84,29). Sum of RGB (Red+Green+Blue) = 152+84+29=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98541D is #67ABE2. Grayscale: #626262. Windows color (decimal): -6794211 or 1922200. OLE color: 1922200.

HSL color Cylindrical-coordinate representation of color #98541D: hue angle of 26.83º 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 #98541D is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB1528429-
CMYK00.450.810.40
HSL26.83º67.96%35.49%-
HSV(B)26.83º80.92%59.61%-
XYZ16.3413.12.83-
YUV98.0689.03166.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 29 (11.72% from 255) = 10.94%
R=57.36%
G=31.70%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152842900.450.810.4026.8367.9635.49
Hex98541D02D51281b4423
Octal23012435055121503310443
Binary1001100010101001110101011011010001101000110111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98541D;
 }
 .AnyTagClassName
 {
   color: #98541D;
 }
</style>
background-color css

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

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

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

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

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

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