Html Css Color HEX #994F4E Copper Rust

📋 copy color: '#994F4E'

red 153 ◦ green 79 ◦ blue 78

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

Shades of Copper Rust #994F4E

Tints of Copper Rust #994F4E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.48%

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 49.35%
G = 25.48%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#994F4E (or 0x994F4E) is known color: Copper Rust. HEX triplet: 99, 4F and 4E. RGB value is (153,79,78). Sum of RGB (Red+Green+Blue) = 153+79+78=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #994F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F4E is #66B0B1. Grayscale: #656565. Windows color (decimal): -6729906 or 5132185. OLE color: 5132185.

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

Color convert

RGB 153 79 78 -
CMYK 0 0.48 0.49 0.4
HSL 0.8º 0.32% 0.45% -
HSV(B) 0.8º 0.49% 0.6% -
XYZ 17.31 12.91 8.79 -
YUV 101.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 153 79 78 0 0.48 0.49 0.4 0.8 0.32 0.45
Hex 99 4F 4E 0 30 31 28 1 20 2D
Octal 231 117 116 0 60 61 50 1 40 55
Binary 10011001 1001111 1001110 0 110000 110001 101000 1 100000 101101

Color Harmonies of #994F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F4E

Black with #994F4E

Text Example


Text Example

White with #994F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,79,78); }

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

background-color css

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

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

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

border-color css

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

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

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