#984B1E

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

Shades of Rich Gold #984B1E

Tints of Rich Gold #984B1E

Color information

#984B1E (or 0x984B1E) is unknown color: approx Rich Gold. HEX triplet: 98, 4B and 1E. RGB value is (152,75,30). Sum of RGB (Red+Green+Blue) = 152+75+30=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #984B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B1E is #67B4E1. Grayscale: #5D5D5D. Windows color (decimal): -6796514 or 1985432. OLE color: 1985432.

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

Color convert

RGB1527530-
CMYK00.510.800.40
HSL22.13º67.03%35.69%-
HSV(B)22.13º80.26%59.61%-
XYZ15.711.82.68-
YUV92.8992.51170.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.14%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=59.14%
G=29.18%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152753000.510.800.4022.1367.0335.69
Hex984B1E0335028164324
Octal23011336063120502610344
Binary1001100010010111111001100111010000101000101101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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