#905251

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

Shades of Copper Rust #905251

Tints of Copper Rust #905251

Color information

#905251 (or 0x905251) is unknown color: approx Copper Rust. HEX triplet: 90, 52 and 51. RGB value is (144,82,81). Sum of RGB (Red+Green+Blue) = 144+82+81=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #905251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905251 is #6FADAE. Grayscale: #646464. Windows color (decimal): -7318959 or 5329552. OLE color: 5329552.

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

Color convert

RGB1448281-
CMYK00.430.440.44
HSL0.95º28%44.12%-
HSV(B)0.95º43.75%56.47%-
XYZ1612.569.37-
YUV100.42117.04159.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 81 (32.03% from 255) = 26.38%
R=46.91%
G=26.71%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144828100.430.440.440.952844.12
Hex90525102B2C2C11c2c
Octal220122121053545413454
Binary10010000101001010100010101011101100101100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905251; }

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

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

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

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

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

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

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

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