Html Css Color HEX #955550 Copper Rust

📋 copy color: '#955550'

red 149 ◦ green 85 ◦ blue 80

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

Shades of Copper Rust #955550

Tints of Copper Rust #955550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 47.45%
G = 27.07%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#955550 (or 0x955550) is known color: Copper Rust. HEX triplet: 95, 55 and 50. RGB value is (149,85,80). Sum of RGB (Red+Green+Blue) = 149+85+80=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #955550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955550 is #6AAAAF. Grayscale: #676767. Windows color (decimal): -6990512 or 5264789. OLE color: 5264789.

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

Color convert

RGB 149 85 80 -
CMYK 0 0.43 0.46 0.42
HSL 4.35º 0.3% 0.45% -
HSV(B) 4.35º 0.46% 0.58% -
XYZ 17.09 13.47 9.29 -
YUV 103.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 149 85 80 0 0.43 0.46 0.42 4.35 0.3 0.45
Hex 95 55 50 0 2B 2E 2A 4 1E 2D
Octal 225 125 120 0 53 56 52 4 36 55
Binary 10010101 1010101 1010000 0 101011 101110 101010 100 11110 101101

Color Harmonies of #955550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955550

Black with #955550

Text Example


Text Example

White with #955550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955550; }

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

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

background-color css

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

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

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

border-color css

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

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

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