Html Css Color HEX #984C1E Rich Gold

📋 copy color: '#984C1E'

red 152 ◦ green 76 ◦ blue 30

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

Shades of Rich Gold #984C1E

Tints of Rich Gold #984C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 58.91%
G = 29.46%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#984C1E (or 0x984C1E) is known color: Rich Gold. HEX triplet: 98, 4C and 1E. RGB value is (152,76,30). Sum of RGB (Red+Green+Blue) = 152+76+30=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #984C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984C1E is #67B3E1. Grayscale: #5D5D5D. Windows color (decimal): -6796258 or 1985688. OLE color: 1985688.

HSL color Cylindrical-coordinate representation of color #984C1E: hue angle of 22.62º degrees, saturation: 0.67, 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 #984C1E is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 76 30 -
CMYK 0 0.50 0.80 0.40
HSL 22.62º 0.67% 0.36% -
HSV(B) 22.62º 0.8% 0.6% -
XYZ 15.77 11.94 2.7 -
YUV 93.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 152 76 30 0 0.50 0.80 0.40 22.62 0.67 0.36
Hex 98 4C 1E 0 32 50 28 17 43 24
Octal 230 114 36 0 62 120 50 27 103 44
Binary 10011000 1001100 11110 0 110010 1010000 101000 10111 1000011 100100

Color Harmonies of #984C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984C1E

Black with #984C1E

Text Example


Text Example

White with #984C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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