Html Css Color HEX #955C50 Copper Rust

📋 copy color: '#955C50'

red 149 ◦ green 92 ◦ blue 80

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

Shades of Copper Rust #955C50

Tints of Copper Rust #955C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.66%

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

R = 46.42%
G = 28.66%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#955C50 (or 0x955C50) is known color: Copper Rust. HEX triplet: 95, 5C and 50. RGB value is (149,92,80). Sum of RGB (Red+Green+Blue) = 149+92+80=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #955C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C50 is #6AA3AF. Grayscale: #6B6B6B. Windows color (decimal): -6988720 or 5266581. OLE color: 5266581.

HSL color Cylindrical-coordinate representation of color #955C50: hue angle of 10.43º 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 #955C50 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 92 80 -
CMYK 0 0.38 0.46 0.42
HSL 10.43º 0.3% 0.45% -
HSV(B) 10.43º 0.46% 0.58% -
XYZ 17.67 14.62 9.48 -
YUV 107.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 149 92 80 0 0.38 0.46 0.42 10.43 0.3 0.45
Hex 95 5C 50 0 26 2E 2A A 1E 2D
Octal 225 134 120 0 46 56 52 12 36 55
Binary 10010101 1011100 1010000 0 100110 101110 101010 1010 11110 101101

Color Harmonies of #955C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C50

Black with #955C50

Text Example


Text Example

White with #955C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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