Html Css Color HEX #994C1C Rich Gold

📋 copy color: '#994C1C'

red 153 ◦ green 76 ◦ blue 28

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

Shades of Rich Gold #994C1C

Tints of Rich Gold #994C1C

RGB

 RED value IS 153 (60.16% from 255) = 59.53%

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

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

R = 59.53%
G = 29.57%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#994C1C (or 0x994C1C) is known color: Rich Gold. HEX triplet: 99, 4C and 1C. RGB value is (153,76,28). Sum of RGB (Red+Green+Blue) = 153+76+28=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #994C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C1C is #66B3E3. Grayscale: #5D5D5D. Windows color (decimal): -6730724 or 1854617. OLE color: 1854617.

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

Color convert

RGB 153 76 28 -
CMYK 0 0.50 0.82 0.4
HSL 23.04º 0.69% 0.35% -
HSV(B) 23.04º 0.82% 0.6% -
XYZ 15.93 12.03 2.58 -
YUV 93.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 153 76 28 0 0.50 0.82 0.4 23.04 0.69 0.35
Hex 99 4C 1C 0 32 52 28 17 45 23
Octal 231 114 34 0 62 122 50 27 105 43
Binary 10011001 1001100 11100 0 110010 1010010 101000 10111 1000101 100011

Color Harmonies of #994C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C1C

Black with #994C1C

Text Example


Text Example

White with #994C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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