#984B1B

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

Shades of Rich Gold #984B1B

Tints of Rich Gold #984B1B

Color information

#984B1B (or 0x984B1B) is unknown color: approx Rich Gold. HEX triplet: 98, 4B and 1B. RGB value is (152,75,27). Sum of RGB (Red+Green+Blue) = 152+75+27=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #984B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B1B is #67B4E4. Grayscale: #5C5C5C. Windows color (decimal): -6796517 or 1788824. OLE color: 1788824.

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

Color convert

RGB1527527-
CMYK00.510.820.40
HSL23.04º69.83%35.1%-
HSV(B)23.04º82.24%59.61%-
XYZ15.6611.792.49-
YUV92.5591.01170.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.84%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 27 (10.94% from 255) = 10.63%
R=59.84%
G=29.53%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152752700.510.820.4023.0469.8335.1
Hex984B1B0335228174623
Octal23011333063122502710643
Binary1001100010010111101101100111010010101000101111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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