Html Css Color HEX #955049 Copper Rust

📋 copy color: '#955049'

red 149 ◦ green 80 ◦ blue 73

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

Shades of Copper Rust #955049

Tints of Copper Rust #955049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 49.34%
G = 26.49%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#955049 (or 0x955049) is known color: Copper Rust. HEX triplet: 95, 50 and 49. RGB value is (149,80,73). Sum of RGB (Red+Green+Blue) = 149+80+73=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #955049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955049 is #6AAFB6. Grayscale: #636363. Windows color (decimal): -6991799 or 4804757. OLE color: 4804757.

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

Color convert

RGB 149 80 73 -
CMYK 0 0.46 0.51 0.42
HSL 5.53º 0.34% 0.44% -
HSV(B) 5.53º 0.51% 0.58% -
XYZ 16.47 12.61 7.87 -
YUV 99.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 149 80 73 0 0.46 0.51 0.42 5.53 0.34 0.44
Hex 95 50 49 0 2E 33 2A 6 22 2C
Octal 225 120 111 0 56 63 52 6 42 54
Binary 10010101 1010000 1001001 0 101110 110011 101010 110 100010 101100

Color Harmonies of #955049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955049

Black with #955049

Text Example


Text Example

White with #955049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955049; }

 p { color: rgb(149,80,73); }

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

background-color css

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

 a { background-color: rgb(149,80,73); }

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

border-color css

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

 span { border-color: rgb(149,80,73); }

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