Html Css Color HEX #954E4A Copper Rust

📋 copy color: '#954E4A'

red 149 ◦ green 78 ◦ blue 74

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

Shades of Copper Rust #954E4A

Tints of Copper Rust #954E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

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

R = 49.5%
G = 25.91%
B = 24.58%

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

#954E4A (or 0x954E4A) is known color: Copper Rust. HEX triplet: 95, 4E and 4A. RGB value is (149,78,74). Sum of RGB (Red+Green+Blue) = 149+78+74=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #954E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E4A is #6AB1B5. Grayscale: #626262. Windows color (decimal): -6992310 or 4869781. OLE color: 4869781.

HSL color Cylindrical-coordinate representation of color #954E4A: hue angle of 3.2º 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 #954E4A is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 78 74 -
CMYK 0 0.48 0.50 0.42
HSL 3.2º 0.34% 0.44% -
HSV(B) 3.2º 0.5% 0.58% -
XYZ 16.35 12.33 8 -
YUV 98.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 149 78 74 0 0.48 0.50 0.42 3.2 0.34 0.44
Hex 95 4E 4A 0 30 32 2A 3 22 2C
Octal 225 116 112 0 60 62 52 3 42 54
Binary 10010101 1001110 1001010 0 110000 110010 101010 11 100010 101100

Color Harmonies of #954E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E4A

Black with #954E4A

Text Example


Text Example

White with #954E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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