#99584D

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

Shades of Copper Rust #99584D

Tints of Copper Rust #99584D

Color information

#99584D (or 0x99584D) is unknown color: approx Copper Rust. HEX triplet: 99, 58 and 4D. RGB value is (153,88,77). Sum of RGB (Red+Green+Blue) = 153+88+77=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99584D is #66A7B2. Grayscale: #6A6A6A. Windows color (decimal): -6727603 or 5068953. OLE color: 5068953.

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

Color convert

RGB1538877-
CMYK00.420.500.4
HSL8.68º33.04%45.1%-
HSV(B)8.68º49.67%60%-
XYZ17.9714.298.83-
YUV106.18111.53161.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=48.11%
G=27.67%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153887700.420.500.48.6833.0445.1
Hex99584D02A32289212d
Octal2311301150526250114155
Binary100110011011000100110101010101100101010001001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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