#99524F

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

Shades of Copper Rust #99524F

Tints of Copper Rust #99524F

Color information

#99524F (or 0x99524F) is unknown color: approx Copper Rust. HEX triplet: 99, 52 and 4F. RGB value is (153,82,79). Sum of RGB (Red+Green+Blue) = 153+82+79=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99524F is #66ADB0. Grayscale: #666666. Windows color (decimal): -6729137 or 5198489. OLE color: 5198489.

HSL color Cylindrical-coordinate representation of color #99524F: hue angle of 2.43º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99524F is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB1538279-
CMYK00.460.480.4
HSL2.43º31.9%45.49%-
HSV(B)2.43º48.37%60%-
XYZ17.5713.379.05-
YUV102.89114.52163.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=48.73%
G=26.11%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153827900.460.480.42.4331.945.49
Hex99524F02E30282202d
Octal231122117056605024055
Binary1001100110100101001111010111011000010100010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99524F; }

 p { color: rgb(153,82,79); }

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

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

 a { background-color: rgb(153,82,79); }

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

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

 span { border-color: rgb(153,82,79); }

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