Html Css Color HEX #954D4A Copper Rust

📋 copy color: '#954D4A'

red 149 ◦ green 77 ◦ blue 74

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

Shades of Copper Rust #954D4A

Tints of Copper Rust #954D4A

RGB

 RED value IS 149 (58.59% from 255) = 49.67%

 GREEN value IS 77 (30.47% from 255) = 25.67%

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 49.67%
G = 25.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#954D4A (or 0x954D4A) is known color: Copper Rust. HEX triplet: 95, 4D and 4A. RGB value is (149,77,74). Sum of RGB (Red+Green+Blue) = 149+77+74=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #954D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D4A is #6AB2B5. Grayscale: #626262. Windows color (decimal): -6992566 or 4869525. OLE color: 4869525.

HSL color Cylindrical-coordinate representation of color #954D4A: hue angle of 2.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954D4A is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 77 74 -
CMYK 0 0.48 0.50 0.42
HSL 2.4º 0.34% 0.44% -
HSV(B) 2.4º 0.5% 0.58% -
XYZ 16.28 12.19 7.97 -
YUV 98.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 149 77 74 0 0.48 0.50 0.42 2.4 0.34 0.44
Hex 95 4D 4A 0 30 32 2A 2 22 2C
Octal 225 115 112 0 60 62 52 2 42 54
Binary 10010101 1001101 1001010 0 110000 110010 101010 10 100010 101100

Color Harmonies of #954D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D4A

Black with #954D4A

Text Example


Text Example

White with #954D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954D4A; }

 p { color: rgb(149,77,74); }

 H1.HeaderClassName
 {
   color: #954D4A;
 }
 .AnyTagClassName
 {
   color: #954D4A;
 }
</style>

background-color css

<style>
 a { background-color: #954D4A; }

 a { background-color: rgb(149,77,74); }

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

border-color css

<style>
 span { border-color: #954D4A; }

 span { border-color: rgb(149,77,74); }

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