#99574D

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

Shades of Copper Rust #99574D

Tints of Copper Rust #99574D

Color information

#99574D (or 0x99574D) is unknown color: approx Copper Rust. HEX triplet: 99, 57 and 4D. RGB value is (153,87,77). Sum of RGB (Red+Green+Blue) = 153+87+77=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99574D is #66A8B2. Grayscale: #696969. Windows color (decimal): -6727859 or 5068697. OLE color: 5068697.

HSL color Cylindrical-coordinate representation of color #99574D: hue angle of 7.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99574D is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB1538777-
CMYK00.430.500.4
HSL7.89º33.04%45.1%-
HSV(B)7.89º49.67%60%-
XYZ17.8814.128.8-
YUV105.59111.87161.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=48.26%
G=27.44%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153877700.430.500.47.8933.0445.1
Hex99574D02B32288212d
Octal2311271150536250104155
Binary100110011010111100110101010111100101010001000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99574D; }

 p { color: rgb(153,87,77); }

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

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

 a { background-color: rgb(153,87,77); }

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

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

 span { border-color: rgb(153,87,77); }

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