Html Css Color HEX #994E22 Rich Gold

📋 copy color: '#994E22'

red 153 ◦ green 78 ◦ blue 34

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

Shades of Rich Gold #994E22

Tints of Rich Gold #994E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.83%

R = 57.74%
G = 29.43%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#994E22 (or 0x994E22) is known color: Rich Gold. HEX triplet: 99, 4E and 22. RGB value is (153,78,34). Sum of RGB (Red+Green+Blue) = 153+78+34=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #994E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E22 is #66B1DD. Grayscale: #5F5F5F. Windows color (decimal): -6730206 or 2248345. OLE color: 2248345.

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

Color convert

RGB 153 78 34 -
CMYK 0 0.49 0.78 0.4
HSL 22.18º 0.64% 0.37% -
HSV(B) 22.18º 0.78% 0.6% -
XYZ 16.15 12.34 3.04 -
YUV 95.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 153 78 34 0 0.49 0.78 0.4 22.18 0.64 0.37
Hex 99 4E 22 0 31 4E 28 16 40 25
Octal 231 116 42 0 61 116 50 26 100 45
Binary 10011001 1001110 100010 0 110001 1001110 101000 10110 1000000 100101

Color Harmonies of #994E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E22

Black with #994E22

Text Example


Text Example

White with #994E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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