#905952

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

Shades of Copper Rust #905952

Tints of Copper Rust #905952

Color information

#905952 (or 0x905952) is unknown color: approx Copper Rust. HEX triplet: 90, 59 and 52. RGB value is (144,89,82). Sum of RGB (Red+Green+Blue) = 144+89+82=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #905952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905952 is #6FA6AD. Grayscale: #686868. Windows color (decimal): -7317166 or 5396880. OLE color: 5396880.

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

Color convert

RGB1448982-
CMYK00.380.430.44
HSL6.77º27.43%44.31%-
HSV(B)6.77º43.06%56.47%-
XYZ16.613.689.75-
YUV104.65115.22156.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.71%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=45.71%
G=28.25%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144898200.380.430.446.7727.4344.31
Hex9059520262B2C71b2c
Octal220131122046535473354
Binary1001000010110011010010010011010101110110011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905952; }

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

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

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

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

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

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

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

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