#984E1A

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

Shades of Rich Gold #984E1A

Tints of Rich Gold #984E1A

Color information

#984E1A (or 0x984E1A) is unknown color: approx Rich Gold. HEX triplet: 98, 4E and 1A. RGB value is (152,78,26). Sum of RGB (Red+Green+Blue) = 152+78+26=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #984E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984E1A is #67B1E5. Grayscale: #5E5E5E. Windows color (decimal): -6795750 or 1724056. OLE color: 1724056.

HSL color Cylindrical-coordinate representation of color #984E1A: hue angle of 24.76º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #984E1A is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB1527826-
CMYK00.490.830.40
HSL24.76º70.79%34.9%-
HSV(B)24.76º82.89%59.61%-
XYZ15.8612.22.5-
YUV94.289.52169.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 26 (10.55% from 255) = 10.16%
R=59.38%
G=30.47%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152782600.490.830.4024.7670.7934.9
Hex984E1A0315328194723
Octal23011632061123503110743
Binary1001100010011101101001100011010011101000110011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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