#99544A

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

Shades of Copper Rust #99544A

Tints of Copper Rust #99544A

Color information

#99544A (or 0x99544A) is unknown color: approx Copper Rust. HEX triplet: 99, 54 and 4A. RGB value is (153,84,74). Sum of RGB (Red+Green+Blue) = 153+84+74=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99544A is #66ABB5. Grayscale: #676767. Windows color (decimal): -6728630 or 4871321. OLE color: 4871321.

HSL color Cylindrical-coordinate representation of color #99544A: hue angle of 7.59º 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 #99544A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1538474-
CMYK00.450.520.4
HSL7.59º34.8%44.51%-
HSV(B)7.59º51.63%60%-
XYZ17.5413.618.18-
YUV103.49111.36163.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=49.20%
G=27.01%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153847400.450.520.47.5934.844.51
Hex99544A02D34288232d
Octal2311241120556450104355
Binary100110011010100100101001011011101001010001000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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