#99574A

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

Shades of Copper Rust #99574A

Tints of Copper Rust #99574A

Color information

#99574A (or 0x99574A) is unknown color: approx Copper Rust. HEX triplet: 99, 57 and 4A. RGB value is (153,87,74). Sum of RGB (Red+Green+Blue) = 153+87+74=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99574A is #66A8B5. Grayscale: #696969. Windows color (decimal): -6727862 or 4872089. OLE color: 4872089.

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

Color convert

RGB1538774-
CMYK00.430.520.4
HSL9.87º34.8%44.51%-
HSV(B)9.87º51.63%60%-
XYZ17.7814.088.26-
YUV105.25110.37162.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=48.73%
G=27.71%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153877400.430.520.49.8734.844.51
Hex99574A02B3428a232d
Octal2311271120536450124355
Binary100110011010111100101001010111101001010001010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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