#99514D

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

Shades of Copper Rust #99514D

Tints of Copper Rust #99514D

Color information

#99514D (or 0x99514D) is unknown color: approx Copper Rust. HEX triplet: 99, 51 and 4D. RGB value is (153,81,77). Sum of RGB (Red+Green+Blue) = 153+81+77=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99514D is #66AEB2. Grayscale: #666666. Windows color (decimal): -6729395 or 5067161. OLE color: 5067161.

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

Color convert

RGB1538177-
CMYK00.470.500.4
HSL3.16º33.04%45.1%-
HSV(B)3.16º49.67%60%-
XYZ17.4213.198.65-
YUV102.07113.85164.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=49.20%
G=26.05%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153817700.470.500.43.1633.0445.1
Hex99514D02F32283212d
Octal231121115057625034155
Binary1001100110100011001101010111111001010100011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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