#945852

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

Shades of Copper Rust #945852

Tints of Copper Rust #945852

Color information

#945852 (or 0x945852) is unknown color: approx Copper Rust. HEX triplet: 94, 58 and 52. RGB value is (148,88,82). Sum of RGB (Red+Green+Blue) = 148+88+82=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #945852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945852 is #6BA7AD. Grayscale: #696969. Windows color (decimal): -7055278 or 5396628. OLE color: 5396628.

HSL color Cylindrical-coordinate representation of color #945852: hue angle of 5.45º 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 #945852 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1488882-
CMYK00.410.450.42
HSL5.45º28.7%45.1%-
HSV(B)5.45º44.59%58.04%-
XYZ17.2313.889.75-
YUV105.26114.88158.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=46.54%
G=27.67%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148888200.410.450.425.4528.745.1
Hex9458520292D2A51d2d
Octal224130122051555253555
Binary1001010010110001010010010100110110110101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945852; }

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

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

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

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

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

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

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

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