#91514B

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

Shades of Copper Rust #91514B

Tints of Copper Rust #91514B

Color information

#91514B (or 0x91514B) is unknown color: approx Copper Rust. HEX triplet: 91, 51 and 4B. RGB value is (145,81,75). Sum of RGB (Red+Green+Blue) = 145+81+75=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #91514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91514B is #6EAEB4. Grayscale: #636363. Windows color (decimal): -7253685 or 4936081. OLE color: 4936081.

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

Color convert

RGB1458175-
CMYK00.440.480.43
HSL5.14º31.82%43.14%-
HSV(B)5.14º48.28%56.86%-
XYZ15.8912.418.22-
YUV99.45114.2160.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=48.17%
G=26.91%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145817500.440.480.435.1431.8243.14
Hex91514B02C302B5202b
Octal221121113054605354053
Binary10010001101000110010110101100110000101011101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91514B; }

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

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

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

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

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

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

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

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