#984D1D

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

Shades of Rich Gold #984D1D

Tints of Rich Gold #984D1D

Color information

#984D1D (or 0x984D1D) is unknown color: approx Rich Gold. HEX triplet: 98, 4D and 1D. RGB value is (152,77,29). Sum of RGB (Red+Green+Blue) = 152+77+29=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #984D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984D1D is #67B2E2. Grayscale: #5E5E5E. Windows color (decimal): -6796003 or 1920408. OLE color: 1920408.

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

Color convert

RGB1527729-
CMYK00.490.810.40
HSL23.41º67.96%35.49%-
HSV(B)23.41º80.92%59.61%-
XYZ15.8212.072.66-
YUV93.9591.35169.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=58.91%
G=29.84%
B=11.24%

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
Decimal152772900.490.810.4023.4167.9635.49
Hex984D1D0315128174423
Octal23011535061121502710443
Binary1001100010011011110101100011010001101000101111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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