#984e1d

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

Shades of Rich Gold #984E1D

Tints of Rich Gold #984E1D

Color information

#984E1D (or 0x984E1D) is unknown color: approx Rich Gold. HEX triplet: 98, 4E and 1D. RGB value is (152,78,29). Sum of RGB (Red+Green+Blue) = 152+78+29=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #984E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984E1D is #67B1E2. Grayscale: #5E5E5E. Windows color (decimal): -6795747 or 1920664. OLE color: 1920664.

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

Color convert

RGB1527829-
CMYK00.490.810.40
HSL23.9º67.96%35.49%-
HSV(B)23.9º80.92%59.61%-
XYZ15.912.212.68-
YUV94.5491.02168.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 29 (11.72% from 255) = 11.20%
R=58.69%
G=30.12%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152782900.490.810.4023.967.9635.49
Hex984E1D0315128184423
Octal23011635061121503010443
Binary1001100010011101110101100011010001101000110001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984e1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984e1d; }

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

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

<style>
 a { background-color: #984e1d; }

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

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

<style>
 span { border-color: #984e1d; }

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

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