Html Css Color HEX #915A51 Copper Rust

📋 copy color: '#915A51'

red 145 ◦ green 90 ◦ blue 81

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

Shades of Copper Rust #915A51

Tints of Copper Rust #915A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

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

R = 45.89%
G = 28.48%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#915A51 (or 0x915A51) is known color: Copper Rust. HEX triplet: 91, 5A and 51. RGB value is (145,90,81). Sum of RGB (Red+Green+Blue) = 145+90+81=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #915A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A51 is #6EA5AE. Grayscale: #696969. Windows color (decimal): -7251375 or 5331601. OLE color: 5331601.

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

Color convert

RGB 145 90 81 -
CMYK 0 0.38 0.44 0.43
HSL 8.44º 0.28% 0.44% -
HSV(B) 8.44º 0.44% 0.57% -
XYZ 16.82 13.93 9.59 -
YUV 105.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 145 90 81 0 0.38 0.44 0.43 8.44 0.28 0.44
Hex 91 5A 51 0 26 2C 2B 8 1C 2C
Octal 221 132 121 0 46 54 53 10 34 54
Binary 10010001 1011010 1010001 0 100110 101100 101011 1000 11100 101100

Color Harmonies of #915A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915A51

Black with #915A51

Text Example


Text Example

White with #915A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915A51; }

 p { color: rgb(145,90,81); }

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

background-color css

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

 a { background-color: rgb(145,90,81); }

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

border-color css

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

 span { border-color: rgb(145,90,81); }

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