Html Css Color HEX #994E1A Rich Gold

📋 copy color: '#994E1A'

red 153 ◦ green 78 ◦ blue 26

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

Shades of Rich Gold #994E1A

Tints of Rich Gold #994E1A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.35%

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 59.53%
G = 30.35%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#994E1A (or 0x994E1A) is known color: Rich Gold. HEX triplet: 99, 4E and 1A. RGB value is (153,78,26). Sum of RGB (Red+Green+Blue) = 153+78+26=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #994E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E1A is #66B1E5. Grayscale: #5E5E5E. Windows color (decimal): -6730214 or 1724057. OLE color: 1724057.

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

Color convert

RGB 153 78 26 -
CMYK 0 0.49 0.83 0.4
HSL 24.57º 0.71% 0.35% -
HSV(B) 24.57º 0.83% 0.6% -
XYZ 16.05 12.3 2.5 -
YUV 94.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 153 78 26 0 0.49 0.83 0.4 24.57 0.71 0.35
Hex 99 4E 1A 0 31 53 28 19 47 23
Octal 231 116 32 0 61 123 50 31 107 43
Binary 10011001 1001110 11010 0 110001 1010011 101000 11001 1000111 100011

Color Harmonies of #994E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E1A

Black with #994E1A

Text Example


Text Example

White with #994E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,78,26); }

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

background-color css

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

 a { background-color: rgb(153,78,26); }

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

border-color css

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

 span { border-color: rgb(153,78,26); }

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