#984D1E

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

Shades of Rich Gold #984D1E

Tints of Rich Gold #984D1E

Color information

#984D1E (or 0x984D1E) is unknown color: approx Rich Gold. HEX triplet: 98, 4D and 1E. RGB value is (152,77,30). Sum of RGB (Red+Green+Blue) = 152+77+30=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #984D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984D1E is #67B2E1. Grayscale: #5E5E5E. Windows color (decimal): -6796002 or 1985944. OLE color: 1985944.

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

Color convert

RGB1527730-
CMYK00.490.800.40
HSL23.11º67.03%35.69%-
HSV(B)23.11º80.26%59.61%-
XYZ15.8412.082.72-
YUV94.0791.85169.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 77 (30.47% from 255) = 29.73%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=58.69%
G=29.73%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152773000.490.800.4023.1167.0335.69
Hex984D1E0315028174324
Octal23011536061120502710344
Binary1001100010011011111001100011010000101000101111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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