#994D22

Color #994D22 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #994D22

Tints of Rich Gold #994D22

Color information

#994D22 (or 0x994D22) is unknown color: approx Rich Gold. HEX triplet: 99, 4D and 22. RGB value is (153,77,34). Sum of RGB (Red+Green+Blue) = 153+77+34=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #994D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D22 is #66B2DD. Grayscale: #5F5F5F. Windows color (decimal): -6730462 or 2248089. OLE color: 2248089.

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

Color convert

RGB1537734-
CMYK00.500.780.4
HSL21.68º63.64%36.67%-
HSV(B)21.68º77.78%60%-
XYZ16.0812.23.02-
YUV94.8293.68169.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.95%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=57.95%
G=29.17%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153773400.500.780.421.6863.6436.67
Hex994D220324E28164025
Octal23111542062116502610045
Binary10011001100110110001001100101001110101000101101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #994D22;
 }
 .AnyTagClassName
 {
   color: #994D22;
 }
</style>
background-color css

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

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

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

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

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

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