Html Css Color HEX #984D1D Rich Gold

📋 copy color: '#984D1D'

red 152 ◦ green 77 ◦ blue 29

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

Shades of Rich Gold #984D1D

Tints of Rich Gold #984D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 58.91%
G = 29.84%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#984D1D (or 0x984D1D) is known color: Rich Gold. HEX triplet: 98, 4D and 1D. RGB value is (152,77,29). Sum of RGB (Red+Green+Blue) = 152+77+29=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #984D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984D1D is #67B2E2. Grayscale: #5E5E5E. Windows color (decimal): -6796003 or 1920408. OLE color: 1920408.

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

Color convert

RGB 152 77 29 -
CMYK 0 0.49 0.81 0.40
HSL 23.41º 0.68% 0.35% -
HSV(B) 23.41º 0.81% 0.6% -
XYZ 15.82 12.07 2.66 -
YUV 93.95 91.35 169.4 -
System Red Green Blue C M Y K H S L
Decimal 152 77 29 0 0.49 0.81 0.40 23.41 0.68 0.35
Hex 98 4D 1D 0 31 51 28 17 44 23
Octal 230 115 35 0 61 121 50 27 104 43
Binary 10011000 1001101 11101 0 110001 1010001 101000 10111 1000100 100011

Color Harmonies of #984D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D1D

Black with #984D1D

Text Example


Text Example

White with #984D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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