Html Css Color HEX #994D22 Rich Gold

📋 copy color: '#994D22'

red 153 ◦ green 77 ◦ blue 34

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

Shades of Rich Gold #994D22

Tints of Rich Gold #994D22

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 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

#994D22 (or 0x994D22) is known color: 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

RGB 153 77 34 -
CMYK 0 0.50 0.78 0.4
HSL 21.68º 0.64% 0.37% -
HSV(B) 21.68º 0.78% 0.6% -
XYZ 16.08 12.2 3.02 -
YUV 94.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 153 77 34 0 0.50 0.78 0.4 21.68 0.64 0.37
Hex 99 4D 22 0 32 4E 28 16 40 25
Octal 231 115 42 0 62 116 50 26 100 45
Binary 10011001 1001101 100010 0 110010 1001110 101000 10110 1000000 100101

Color Harmonies of #994D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D22

Black with #994D22

Text Example


Text Example

White with #994D22

Text Example


Text Example

HTML Codes & Css Web 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>