Html Css Color HEX #984C1C Rich Gold

📋 copy color: '#984C1C'

red 152 ◦ green 76 ◦ blue 28

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

Shades of Rich Gold #984C1C

Tints of Rich Gold #984C1C

RGB

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

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

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

R = 59.38%
G = 29.69%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#984C1C (or 0x984C1C) is known color: Rich Gold. HEX triplet: 98, 4C and 1C. RGB value is (152,76,28). Sum of RGB (Red+Green+Blue) = 152+76+28=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #984C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984C1C is #67B3E3. Grayscale: #5D5D5D. Windows color (decimal): -6796260 or 1854616. OLE color: 1854616.

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

Color convert

RGB 152 76 28 -
CMYK 0 0.50 0.82 0.40
HSL 23.23º 0.69% 0.35% -
HSV(B) 23.23º 0.82% 0.6% -
XYZ 15.74 11.93 2.57 -
YUV 93.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 152 76 28 0 0.50 0.82 0.40 23.23 0.69 0.35
Hex 98 4C 1C 0 32 52 28 17 45 23
Octal 230 114 34 0 62 122 50 27 105 43
Binary 10011000 1001100 11100 0 110010 1010010 101000 10111 1000101 100011

Color Harmonies of #984C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984C1C

Black with #984C1C

Text Example


Text Example

White with #984C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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