Html Css Color HEX #994F45 Copper Rust

📋 copy color: '#994F45'

red 153 ◦ green 79 ◦ blue 69

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

Shades of Copper Rust #994F45

Tints of Copper Rust #994F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 50.83%
G = 26.25%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#994F45 (or 0x994F45) is known color: Copper Rust. HEX triplet: 99, 4F and 45. RGB value is (153,79,69). Sum of RGB (Red+Green+Blue) = 153+79+69=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #994F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F45 is #66B0BA. Grayscale: #646464. Windows color (decimal): -6729915 or 4542361. OLE color: 4542361.

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

Color convert

RGB 153 79 69 -
CMYK 0 0.48 0.55 0.4
HSL 7.14º 0.38% 0.44% -
HSV(B) 7.14º 0.55% 0.6% -
XYZ 17.01 12.79 7.2 -
YUV 99.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 153 79 69 0 0.48 0.55 0.4 7.14 0.38 0.44
Hex 99 4F 45 0 30 37 28 7 26 2C
Octal 231 117 105 0 60 67 50 7 46 54
Binary 10011001 1001111 1000101 0 110000 110111 101000 111 100110 101100

Color Harmonies of #994F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F45

Black with #994F45

Text Example


Text Example

White with #994F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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