Html Css Color HEX #955755 Copper Rust

📋 copy color: '#955755'

red 149 ◦ green 87 ◦ blue 85

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

Shades of Copper Rust #955755

Tints of Copper Rust #955755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 46.42%
G = 27.1%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#955755 (or 0x955755) is known color: Copper Rust. HEX triplet: 95, 57 and 55. RGB value is (149,87,85). Sum of RGB (Red+Green+Blue) = 149+87+85=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #955755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955755 is #6AA8AA. Grayscale: #696969. Windows color (decimal): -6989995 or 5592981. OLE color: 5592981.

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

Color convert

RGB 149 87 85 -
CMYK 0 0.42 0.43 0.42
HSL 1.88º 0.27% 0.46% -
HSV(B) 1.88º 0.43% 0.58% -
XYZ 17.44 13.86 10.35 -
YUV 105.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 149 87 85 0 0.42 0.43 0.42 1.88 0.27 0.46
Hex 95 57 55 0 2A 2B 2A 2 1B 2E
Octal 225 127 125 0 52 53 52 2 33 56
Binary 10010101 1010111 1010101 0 101010 101011 101010 10 11011 101110

Color Harmonies of #955755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955755

Black with #955755

Text Example


Text Example

White with #955755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955755; }

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

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

background-color css

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

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

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

border-color css

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

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

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