Html Css Color HEX #954C4A Copper Rust

📋 copy color: '#954C4A'

red 149 ◦ green 76 ◦ blue 74

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

Shades of Copper Rust #954C4A

Tints of Copper Rust #954C4A

RGB

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

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

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

R = 49.83%
G = 25.42%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#954C4A (or 0x954C4A) is known color: Copper Rust. HEX triplet: 95, 4C and 4A. RGB value is (149,76,74). Sum of RGB (Red+Green+Blue) = 149+76+74=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #954C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C4A is #6AB3B5. Grayscale: #616161. Windows color (decimal): -6992822 or 4869269. OLE color: 4869269.

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

Color convert

RGB 149 76 74 -
CMYK 0 0.49 0.50 0.42
HSL 1.6º 0.34% 0.44% -
HSV(B) 1.6º 0.5% 0.58% -
XYZ 16.21 12.05 7.95 -
YUV 97.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 149 76 74 0 0.49 0.50 0.42 1.6 0.34 0.44
Hex 95 4C 4A 0 31 32 2A 2 22 2C
Octal 225 114 112 0 61 62 52 2 42 54
Binary 10010101 1001100 1001010 0 110001 110010 101010 10 100010 101100

Color Harmonies of #954C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C4A

Black with #954C4A

Text Example


Text Example

White with #954C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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