Html Css Color HEX #984D1C Rich Gold

📋 copy color: '#984D1C'

red 152 ◦ green 77 ◦ blue 28

#984D1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #984D1C

Tints of Rich Gold #984D1C

RGB

 RED value IS 152 (59.77% from 255) = 59.14%

 GREEN value IS 77 (30.47% from 255) = 29.96%

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 59.14%
G = 29.96%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#984D1C (or 0x984D1C) is known color: Rich Gold. HEX triplet: 98, 4D and 1C. RGB value is (152,77,28). Sum of RGB (Red+Green+Blue) = 152+77+28=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #984D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984D1C is #67B2E3. Grayscale: #5E5E5E. Windows color (decimal): -6796004 or 1854872. OLE color: 1854872.

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

Color convert

RGB 152 77 28 -
CMYK 0 0.49 0.82 0.40
HSL 23.71º 0.69% 0.35% -
HSV(B) 23.71º 0.82% 0.6% -
XYZ 15.81 12.07 2.59 -
YUV 93.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 152 77 28 0 0.49 0.82 0.40 23.71 0.69 0.35
Hex 98 4D 1C 0 31 52 28 18 45 23
Octal 230 115 34 0 61 122 50 30 105 43
Binary 10011000 1001101 11100 0 110001 1010010 101000 11000 1000101 100011

Color Harmonies of #984D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D1C

Black with #984D1C

Text Example


Text Example

White with #984D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #984D1C;
 }
 .AnyTagClassName
 {
   color: #984D1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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