Html Css Color HEX #994C20 Rich Gold

📋 copy color: '#994C20'

red 153 ◦ green 76 ◦ blue 32

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

Shades of Rich Gold #994C20

Tints of Rich Gold #994C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 58.62%
G = 29.12%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#994C20 (or 0x994C20) is known color: Rich Gold. HEX triplet: 99, 4C and 20. RGB value is (153,76,32). Sum of RGB (Red+Green+Blue) = 153+76+32=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #994C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C20 is #66B3DF. Grayscale: #5E5E5E. Windows color (decimal): -6730720 or 2116761. OLE color: 2116761.

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

Color convert

RGB 153 76 32 -
CMYK 0 0.50 0.79 0.4
HSL 21.82º 0.65% 0.36% -
HSV(B) 21.82º 0.79% 0.6% -
XYZ 15.98 12.05 2.85 -
YUV 94.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 153 76 32 0 0.50 0.79 0.4 21.82 0.65 0.36
Hex 99 4C 20 0 32 4F 28 16 41 24
Octal 231 114 40 0 62 117 50 26 101 44
Binary 10011001 1001100 100000 0 110010 1001111 101000 10110 1000001 100100

Color Harmonies of #994C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C20

Black with #994C20

Text Example


Text Example

White with #994C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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