Html Css Color HEX #955949 Copper Rust

📋 copy color: '#955949'

red 149 ◦ green 89 ◦ blue 73

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

Shades of Copper Rust #955949

Tints of Copper Rust #955949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 47.91%
G = 28.62%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#955949 (or 0x955949) is known color: Copper Rust. HEX triplet: 95, 59 and 49. RGB value is (149,89,73). Sum of RGB (Red+Green+Blue) = 149+89+73=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #955949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955949 is #6AA6B6. Grayscale: #696969. Windows color (decimal): -6989495 or 4807061. OLE color: 4807061.

HSL color Cylindrical-coordinate representation of color #955949: hue angle of 12.63º 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 #955949 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 73 -
CMYK 0 0.40 0.51 0.42
HSL 12.63º 0.34% 0.44% -
HSV(B) 12.63º 0.51% 0.58% -
XYZ 17.17 14.02 8.1 -
YUV 105.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 149 89 73 0 0.40 0.51 0.42 12.63 0.34 0.44
Hex 95 59 49 0 28 33 2A D 22 2C
Octal 225 131 111 0 50 63 52 15 42 54
Binary 10010101 1011001 1001001 0 101000 110011 101010 1101 100010 101100

Color Harmonies of #955949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955949

Black with #955949

Text Example


Text Example

White with #955949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955949; }

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

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

background-color css

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

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

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

border-color css

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

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

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