#99584C

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

Shades of Copper Rust #99584C

Tints of Copper Rust #99584C

Color information

#99584C (or 0x99584C) is unknown color: approx Copper Rust. HEX triplet: 99, 58 and 4C. RGB value is (153,88,76). Sum of RGB (Red+Green+Blue) = 153+88+76=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99584C is #66A7B3. Grayscale: #6A6A6A. Windows color (decimal): -6727604 or 5003417. OLE color: 5003417.

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

Color convert

RGB1538876-
CMYK00.420.500.4
HSL9.35º33.62%44.9%-
HSV(B)9.35º50.33%60%-
XYZ17.9314.278.65-
YUV106.07111.03161.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=48.26%
G=27.76%
B=23.97%

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
Decimal153887600.420.500.49.3533.6244.9
Hex99584C02A32289222d
Octal2311301140526250114255
Binary100110011011000100110001010101100101010001001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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