Html Css Color HEX #994C19 Rich Gold

📋 copy color: '#994C19'

red 153 ◦ green 76 ◦ blue 25

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

Shades of Rich Gold #994C19

Tints of Rich Gold #994C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 60.24%
G = 29.92%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#994C19 (or 0x994C19) is known color: Rich Gold. HEX triplet: 99, 4C and 19. RGB value is (153,76,25). Sum of RGB (Red+Green+Blue) = 153+76+25=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #994C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C19 is #66B3E6. Grayscale: #5D5D5D. Windows color (decimal): -6730727 or 1658009. OLE color: 1658009.

HSL color Cylindrical-coordinate representation of color #994C19: hue angle of 23.91º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #994C19 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 25 -
CMYK 0 0.50 0.84 0.4
HSL 23.91º 0.72% 0.35% -
HSV(B) 23.91º 0.84% 0.6% -
XYZ 15.9 12.01 2.4 -
YUV 93.21 89.51 170.65 -
System Red Green Blue C M Y K H S L
Decimal 153 76 25 0 0.50 0.84 0.4 23.91 0.72 0.35
Hex 99 4C 19 0 32 54 28 18 48 23
Octal 231 114 31 0 62 124 50 30 110 43
Binary 10011001 1001100 11001 0 110010 1010100 101000 11000 1001000 100011

Color Harmonies of #994C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C19

Black with #994C19

Text Example


Text Example

White with #994C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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