Html Css Color HEX #955449 Copper Rust

📋 copy color: '#955449'

red 149 ◦ green 84 ◦ blue 73

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

Shades of Copper Rust #955449

Tints of Copper Rust #955449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 48.69%
G = 27.45%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#955449 (or 0x955449) is known color: Copper Rust. HEX triplet: 95, 54 and 49. RGB value is (149,84,73). Sum of RGB (Red+Green+Blue) = 149+84+73=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #955449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955449 is #6AABB6. Grayscale: #666666. Windows color (decimal): -6990775 or 4805781. OLE color: 4805781.

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

Color convert

RGB 149 84 73 -
CMYK 0 0.44 0.51 0.42
HSL 8.68º 0.34% 0.44% -
HSV(B) 8.68º 0.51% 0.58% -
XYZ 16.77 13.21 7.97 -
YUV 102.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 149 84 73 0 0.44 0.51 0.42 8.68 0.34 0.44
Hex 95 54 49 0 2C 33 2A 9 22 2C
Octal 225 124 111 0 54 63 52 11 42 54
Binary 10010101 1010100 1001001 0 101100 110011 101010 1001 100010 101100

Color Harmonies of #955449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955449

Black with #955449

Text Example


Text Example

White with #955449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955449; }

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

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

background-color css

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

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

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

border-color css

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

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

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