#98491E

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

Shades of Rich Gold #98491E

Tints of Rich Gold #98491E

Color information

#98491E (or 0x98491E) is unknown color: approx Rich Gold. HEX triplet: 98, 49 and 1E. RGB value is (152,73,30). Sum of RGB (Red+Green+Blue) = 152+73+30=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #98491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98491E is #67B6E1. Grayscale: #5B5B5B. Windows color (decimal): -6797026 or 1984920. OLE color: 1984920.

HSL color Cylindrical-coordinate representation of color #98491E: hue angle of 21.15º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98491E is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1527330-
CMYK00.520.800.40
HSL21.15º67.03%35.69%-
HSV(B)21.15º80.26%59.61%-
XYZ15.5711.532.63-
YUV91.7293.17171-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.61%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=59.61%
G=28.63%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152733000.520.800.4021.1567.0335.69
Hex98491E0345028154324
Octal23011136064120502510344
Binary1001100010010011111001101001010000101000101011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98491E; }

 p { color: rgb(152,73,30); }

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

<style>
 a { background-color: #98491E; }

 a { background-color: rgb(152,73,30); }

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

<style>
 span { border-color: #98491E; }

 span { border-color: rgb(152,73,30); }

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