Html Css Color HEX #994C22 Rich Gold

📋 copy color: '#994C22'

red 153 ◦ green 76 ◦ blue 34

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

Shades of Rich Gold #994C22

Tints of Rich Gold #994C22

RGB

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

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

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

R = 58.17%
G = 28.9%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#994C22 (or 0x994C22) is known color: Rich Gold. HEX triplet: 99, 4C and 22. RGB value is (153,76,34). Sum of RGB (Red+Green+Blue) = 153+76+34=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #994C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C22 is #66B3DD. Grayscale: #5E5E5E. Windows color (decimal): -6730718 or 2247833. OLE color: 2247833.

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

Color convert

RGB 153 76 34 -
CMYK 0 0.50 0.78 0.4
HSL 21.18º 0.64% 0.37% -
HSV(B) 21.18º 0.78% 0.6% -
XYZ 16.01 12.06 3 -
YUV 94.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 153 76 34 0 0.50 0.78 0.4 21.18 0.64 0.37
Hex 99 4C 22 0 32 4E 28 15 40 25
Octal 231 114 42 0 62 116 50 25 100 45
Binary 10011001 1001100 100010 0 110010 1001110 101000 10101 1000000 100101

Color Harmonies of #994C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C22

Black with #994C22

Text Example


Text Example

White with #994C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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