Html Css Color HEX #955751 Copper Rust

📋 copy color: '#955751'

red 149 ◦ green 87 ◦ blue 81

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

Shades of Copper Rust #955751

Tints of Copper Rust #955751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.55%

R = 47%
G = 27.44%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#955751 (or 0x955751) is known color: Copper Rust. HEX triplet: 95, 57 and 51. RGB value is (149,87,81). Sum of RGB (Red+Green+Blue) = 149+87+81=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #955751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955751 is #6AA8AE. Grayscale: #686868. Windows color (decimal): -6989999 or 5330837. OLE color: 5330837.

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

Color convert

RGB 149 87 81 -
CMYK 0 0.42 0.46 0.42
HSL 5.29º 0.3% 0.45% -
HSV(B) 5.29º 0.46% 0.58% -
XYZ 17.29 13.8 9.54 -
YUV 104.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 149 87 81 0 0.42 0.46 0.42 5.29 0.3 0.45
Hex 95 57 51 0 2A 2E 2A 5 1E 2D
Octal 225 127 121 0 52 56 52 5 36 55
Binary 10010101 1010111 1010001 0 101010 101110 101010 101 11110 101101

Color Harmonies of #955751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955751

Black with #955751

Text Example


Text Example

White with #955751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955751; }

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

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

background-color css

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

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

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

border-color css

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

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

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