Html Css Color HEX #994C4C Copper Rust

📋 copy color: '#994C4C'

red 153 ◦ green 76 ◦ blue 76

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

Shades of Copper Rust #994C4C

Tints of Copper Rust #994C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 50.16%
G = 24.92%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#994C4C (or 0x994C4C) is known color: Copper Rust. HEX triplet: 99, 4C and 4C. RGB value is (153,76,76). Sum of RGB (Red+Green+Blue) = 153+76+76=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #994C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C4C is #66B3B3. Grayscale: #636363. Windows color (decimal): -6730676 or 5000345. OLE color: 5000345.

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

Color convert

RGB 153 76 76 -
CMYK 0 0.50 0.50 0.4
HSL 0.34% 0.45% -
HSV(B) 0.5% 0.6% -
XYZ 17.03 12.46 8.35 -
YUV 99.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 153 76 76 0 0.50 0.50 0.4 0 0.34 0.45
Hex 99 4C 4C 0 32 32 28 0 22 2D
Octal 231 114 114 0 62 62 50 0 42 55
Binary 10011001 1001100 1001100 0 110010 110010 101000 0 100010 101101

Color Harmonies of #994C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C4C

Black with #994C4C

Text Example


Text Example

White with #994C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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