#945251

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

Shades of Copper Rust #945251

Tints of Copper Rust #945251

Color information

#945251 (or 0x945251) is unknown color: approx Copper Rust. HEX triplet: 94, 52 and 51. RGB value is (148,82,81). Sum of RGB (Red+Green+Blue) = 148+82+81=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #945251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945251 is #6BADAE. Grayscale: #656565. Windows color (decimal): -7056815 or 5329556. OLE color: 5329556.

HSL color Cylindrical-coordinate representation of color #945251: hue angle of 0.9º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945251 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1488281-
CMYK00.450.450.42
HSL0.9º29.26%44.9%-
HSV(B)0.9º45.27%58.04%-
XYZ16.7212.929.4-
YUV101.62116.37161.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 81 (32.03% from 255) = 26.05%
R=47.59%
G=26.37%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148828100.450.450.420.929.2644.9
Hex94525102D2D2A11d2d
Octal224122121055555213555
Binary10010100101001010100010101101101101101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945251; }

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

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

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

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

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

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

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

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