Html Css Color HEX #955849 Copper Rust

📋 copy color: '#955849'

red 149 ◦ green 88 ◦ blue 73

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

Shades of Copper Rust #955849

Tints of Copper Rust #955849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 48.06%
G = 28.39%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#955849 (or 0x955849) is known color: Copper Rust. HEX triplet: 95, 58 and 49. RGB value is (149,88,73). Sum of RGB (Red+Green+Blue) = 149+88+73=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #955849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955849 is #6AA7B6. Grayscale: #686868. Windows color (decimal): -6989751 or 4806805. OLE color: 4806805.

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

Color convert

RGB 149 88 73 -
CMYK 0 0.41 0.51 0.42
HSL 11.84º 0.34% 0.44% -
HSV(B) 11.84º 0.51% 0.58% -
XYZ 17.09 13.85 8.08 -
YUV 104.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 149 88 73 0 0.41 0.51 0.42 11.84 0.34 0.44
Hex 95 58 49 0 29 33 2A C 22 2C
Octal 225 130 111 0 51 63 52 14 42 54
Binary 10010101 1011000 1001001 0 101001 110011 101010 1100 100010 101100

Color Harmonies of #955849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955849

Black with #955849

Text Example


Text Example

White with #955849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955849; }

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

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

background-color css

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

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

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

border-color css

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

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

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