#915251

Color #915251 Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #915251

Tints of Copper Rust #915251

Color information

#915251 (or 0x915251) is unknown color: approx Copper Rust. HEX triplet: 91, 52 and 51. RGB value is (145,82,81). Sum of RGB (Red+Green+Blue) = 145+82+81=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #915251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915251 is #6EADAE. Grayscale: #646464. Windows color (decimal): -7253423 or 5329553. OLE color: 5329553.

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

Color convert

RGB1458281-
CMYK00.430.440.43
HSL0.94º28.32%44.31%-
HSV(B)0.94º44.14%56.86%-
XYZ16.1812.659.37-
YUV100.72116.87159.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.08%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=47.08%
G=26.62%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145828100.430.440.430.9428.3244.31
Hex91525102B2C2B11c2c
Octal221122121053545313454
Binary10010001101001010100010101011101100101011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915251; }

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

 H1.HeaderClassName
 {
   color: #915251;
 }
 .AnyTagClassName
 {
   color: #915251;
 }
</style>
background-color css

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

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

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

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

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

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