#984C1B

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

Shades of Rich Gold #984C1B

Tints of Rich Gold #984C1B

Color information

#984C1B (or 0x984C1B) is unknown color: approx Rich Gold. HEX triplet: 98, 4C and 1B. RGB value is (152,76,27). Sum of RGB (Red+Green+Blue) = 152+76+27=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #984C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984C1B is #67B3E4. Grayscale: #5D5D5D. Windows color (decimal): -6796261 or 1789080. OLE color: 1789080.

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

Color convert

RGB1527627-
CMYK00.500.820.40
HSL23.52º69.83%35.1%-
HSV(B)23.52º82.24%59.61%-
XYZ15.7311.922.51-
YUV93.1490.68169.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.61%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 27 (10.94% from 255) = 10.59%
R=59.61%
G=29.80%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152762700.500.820.4023.5269.8335.1
Hex984C1B0325228184623
Octal23011433062122503010643
Binary1001100010011001101101100101010010101000110001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,76,27); }

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

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

 a { background-color: rgb(152,76,27); }

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

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

 span { border-color: rgb(152,76,27); }

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