Html Css Color HEX #915750 Copper Rust

📋 copy color: '#915750'

red 145 ◦ green 87 ◦ blue 80

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

Shades of Copper Rust #915750

Tints of Copper Rust #915750

RGB

 RED value IS 145 (57.03% from 255) = 46.47%

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

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

R = 46.47%
G = 27.88%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#915750 (or 0x915750) is known color: Copper Rust. HEX triplet: 91, 57 and 50. RGB value is (145,87,80). Sum of RGB (Red+Green+Blue) = 145+87+80=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #915750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915750 is #6EA8AF. Grayscale: #676767. Windows color (decimal): -7252144 or 5265297. OLE color: 5265297.

HSL color Cylindrical-coordinate representation of color #915750: hue angle of 6.46º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915750 is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 87 80 -
CMYK 0 0.4 0.45 0.43
HSL 6.46º 0.29% 0.44% -
HSV(B) 6.46º 0.45% 0.57% -
XYZ 16.53 13.42 9.31 -
YUV 103.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 145 87 80 0 0.4 0.45 0.43 6.46 0.29 0.44
Hex 91 57 50 0 28 2D 2B 6 1D 2C
Octal 221 127 120 0 50 55 53 6 35 54
Binary 10010001 1010111 1010000 0 101000 101101 101011 110 11101 101100

Color Harmonies of #915750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915750

Black with #915750

Text Example


Text Example

White with #915750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915750; }

 p { color: rgb(145,87,80); }

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

background-color css

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

 a { background-color: rgb(145,87,80); }

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

border-color css

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

 span { border-color: rgb(145,87,80); }

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