#955C52

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

Shades of Copper Rust #955C52

Tints of Copper Rust #955C52

Color information

#955C52 (or 0x955C52) is unknown color: approx Copper Rust. HEX triplet: 95, 5C and 52. RGB value is (149,92,82). Sum of RGB (Red+Green+Blue) = 149+92+82=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #955C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C52 is #6AA3AD. Grayscale: #6B6B6B. Windows color (decimal): -6988718 or 5397653. OLE color: 5397653.

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

Color convert

RGB1499282-
CMYK00.380.450.42
HSL8.96º29%45.29%-
HSV(B)8.96º44.97%58.43%-
XYZ17.7414.659.88-
YUV107.9113.38157.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=46.13%
G=28.48%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149928200.380.450.428.962945.29
Hex955C520262D2A91d2d
Octal2251341220465552113555
Binary10010101101110010100100100110101101101010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955C52; }

 p { color: rgb(149,92,82); }

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

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

 a { background-color: rgb(149,92,82); }

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

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

 span { border-color: rgb(149,92,82); }

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