Html Css Color HEX #994D19 Rich Gold

📋 copy color: '#994D19'

red 153 ◦ green 77 ◦ blue 25

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

Shades of Rich Gold #994D19

Tints of Rich Gold #994D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.2%

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

R = 60%
G = 30.2%
B = 9.8%

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

#994D19 (or 0x994D19) is known color: Rich Gold. HEX triplet: 99, 4D and 19. RGB value is (153,77,25). Sum of RGB (Red+Green+Blue) = 153+77+25=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #994D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994D19 is #66B2E6. Grayscale: #5E5E5E. Windows color (decimal): -6730471 or 1658265. OLE color: 1658265.

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

Color convert

RGB 153 77 25 -
CMYK 0 0.50 0.84 0.4
HSL 24.38º 0.72% 0.35% -
HSV(B) 24.38º 0.84% 0.6% -
XYZ 15.97 12.15 2.42 -
YUV 93.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 153 77 25 0 0.50 0.84 0.4 24.38 0.72 0.35
Hex 99 4D 19 0 32 54 28 18 48 23
Octal 231 115 31 0 62 124 50 30 110 43
Binary 10011001 1001101 11001 0 110010 1010100 101000 11000 1001000 100011

Color Harmonies of #994D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D19

Black with #994D19

Text Example


Text Example

White with #994D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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