Html Css Color HEX #984A1F Rich Gold

📋 copy color: '#984A1F'

red 152 ◦ green 74 ◦ blue 31

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

Shades of Rich Gold #984A1F

Tints of Rich Gold #984A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 59.14%
G = 28.79%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#984A1F (or 0x984A1F) is known color: Rich Gold. HEX triplet: 98, 4A and 1F. RGB value is (152,74,31). Sum of RGB (Red+Green+Blue) = 152+74+31=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #984A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A1F is #67B5E0. Grayscale: #5C5C5C. Windows color (decimal): -6796769 or 2050712. OLE color: 2050712.

HSL color Cylindrical-coordinate representation of color #984A1F: hue angle of 21.32º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #984A1F is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 74 31 -
CMYK 0 0.51 0.80 0.40
HSL 21.32º 0.66% 0.36% -
HSV(B) 21.32º 0.8% 0.6% -
XYZ 15.65 11.67 2.72 -
YUV 92.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 152 74 31 0 0.51 0.80 0.40 21.32 0.66 0.36
Hex 98 4A 1F 0 33 50 28 15 42 24
Octal 230 112 37 0 63 120 50 25 102 44
Binary 10011000 1001010 11111 0 110011 1010000 101000 10101 1000010 100100

Color Harmonies of #984A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984A1F

Black with #984A1F

Text Example


Text Example

White with #984A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,74,31); }

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

background-color css

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

 a { background-color: rgb(152,74,31); }

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

border-color css

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

 span { border-color: rgb(152,74,31); }

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