#99544C

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

Shades of Copper Rust #99544C

Tints of Copper Rust #99544C

Color information

#99544C (or 0x99544C) is unknown color: approx Copper Rust. HEX triplet: 99, 54 and 4C. RGB value is (153,84,76). Sum of RGB (Red+Green+Blue) = 153+84+76=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99544C is #66ABB3. Grayscale: #676767. Windows color (decimal): -6728628 or 5002393. OLE color: 5002393.

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

Color convert

RGB1538476-
CMYK00.450.500.4
HSL6.23º33.62%44.9%-
HSV(B)6.23º50.33%60%-
XYZ17.6113.638.54-
YUV103.72112.36163.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=48.88%
G=26.84%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153847600.450.500.46.2333.6244.9
Hex99544C02D32286222d
Octal231124114055625064255
Binary10011001101010010011000101101110010101000110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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