Html Css Color HEX #994A21 Rich Gold

📋 copy color: '#994A21'

red 153 ◦ green 74 ◦ blue 33

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

Shades of Rich Gold #994A21

Tints of Rich Gold #994A21

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

 BLUE value IS 33 (13.28% from 255) = 12.69%

R = 58.85%
G = 28.46%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#994A21 (or 0x994A21) is known color: Rich Gold. HEX triplet: 99, 4A and 21. RGB value is (153,74,33). Sum of RGB (Red+Green+Blue) = 153+74+33=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #994A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A21 is #66B5DE. Grayscale: #5D5D5D. Windows color (decimal): -6731231 or 2181785. OLE color: 2181785.

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

Color convert

RGB 153 74 33 -
CMYK 0 0.52 0.78 0.4
HSL 20.5º 0.65% 0.36% -
HSV(B) 20.5º 0.78% 0.6% -
XYZ 15.86 11.78 2.88 -
YUV 92.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 153 74 33 0 0.52 0.78 0.4 20.5 0.65 0.36
Hex 99 4A 21 0 34 4E 28 14 41 24
Octal 231 112 41 0 64 116 50 24 101 44
Binary 10011001 1001010 100001 0 110100 1001110 101000 10100 1000001 100100

Color Harmonies of #994A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A21

Black with #994A21

Text Example


Text Example

White with #994A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,74,33); }

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

background-color css

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

 a { background-color: rgb(153,74,33); }

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

border-color css

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

 span { border-color: rgb(153,74,33); }

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