Html Css Color HEX #954F4D Copper Rust

📋 copy color: '#954F4D'

red 149 ◦ green 79 ◦ blue 77

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

Shades of Copper Rust #954F4D

Tints of Copper Rust #954F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 48.85%
G = 25.9%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#954F4D (or 0x954F4D) is known color: Copper Rust. HEX triplet: 95, 4F and 4D. RGB value is (149,79,77). Sum of RGB (Red+Green+Blue) = 149+79+77=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #954F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F4D is #6AB0B2. Grayscale: #636363. Windows color (decimal): -6992051 or 5066645. OLE color: 5066645.

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

Color convert

RGB 149 79 77 -
CMYK 0 0.47 0.48 0.42
HSL 1.67º 0.32% 0.44% -
HSV(B) 1.67º 0.48% 0.58% -
XYZ 16.53 12.52 8.57 -
YUV 99.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 149 79 77 0 0.47 0.48 0.42 1.67 0.32 0.44
Hex 95 4F 4D 0 2F 30 2A 2 20 2C
Octal 225 117 115 0 57 60 52 2 40 54
Binary 10010101 1001111 1001101 0 101111 110000 101010 10 100000 101100

Color Harmonies of #954F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F4D

Black with #954F4D

Text Example


Text Example

White with #954F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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