#99504D

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

Shades of Copper Rust #99504D

Tints of Copper Rust #99504D

Color information

#99504D (or 0x99504D) is unknown color: approx Copper Rust. HEX triplet: 99, 50 and 4D. RGB value is (153,80,77). Sum of RGB (Red+Green+Blue) = 153+80+77=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99504D is #66AFB2. Grayscale: #656565. Windows color (decimal): -6729651 or 5066905. OLE color: 5066905.

HSL color Cylindrical-coordinate representation of color #99504D: hue angle of 2.37º 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 #99504D is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB1538077-
CMYK00.480.500.4
HSL2.37º33.04%45.1%-
HSV(B)2.37º49.67%60%-
XYZ17.3513.058.63-
YUV101.48114.18164.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=49.35%
G=25.81%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153807700.480.500.42.3733.0445.1
Hex99504D03032282212d
Octal231120115060625024155
Binary1001100110100001001101011000011001010100010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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