#99594E

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

Shades of Copper Rust #99594E

Tints of Copper Rust #99594E

Color information

#99594E (or 0x99594E) is unknown color: approx Copper Rust. HEX triplet: 99, 59 and 4E. RGB value is (153,89,78). Sum of RGB (Red+Green+Blue) = 153+89+78=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #99594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99594E is #66A6B1. Grayscale: #6A6A6A. Windows color (decimal): -6727346 or 5134745. OLE color: 5134745.

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

Color convert

RGB1538978-
CMYK00.420.490.4
HSL8.8º32.47%45.29%-
HSV(B)8.8º49.02%60%-
XYZ18.0814.479.05-
YUV106.88111.7160.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=47.81%
G=27.81%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153897800.420.490.48.832.4745.29
Hex99594E02A31289202d
Octal2311311160526150114055
Binary100110011011001100111001010101100011010001001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99594E; }

 p { color: rgb(153,89,78); }

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

<style>
 a { background-color: #99594E; }

 a { background-color: rgb(153,89,78); }

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

<style>
 span { border-color: #99594E; }

 span { border-color: rgb(153,89,78); }

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