#985D4F

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

Shades of Copper Rust #985D4F

Tints of Copper Rust #985D4F

Color information

#985D4F (or 0x985D4F) is unknown color: approx Copper Rust. HEX triplet: 98, 5D and 4F. RGB value is (152,93,79). Sum of RGB (Red+Green+Blue) = 152+93+79=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #985D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D4F is #67A2B0. Grayscale: #6D6D6D. Windows color (decimal): -6791857 or 5201304. OLE color: 5201304.

HSL color Cylindrical-coordinate representation of color #985D4F: hue angle of 11.51º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #985D4F is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB1529379-
CMYK00.390.480.40
HSL11.51º31.6%45.29%-
HSV(B)11.51º48.03%59.61%-
XYZ18.2715.079.34-
YUV109.04111.05158.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=46.91%
G=28.70%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152937900.390.480.4011.5131.645.29
Hex985D4F0273028c202d
Octal2301351170476050144055
Binary100110001011101100111101001111100001010001100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985D4F; }

 p { color: rgb(152,93,79); }

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

<style>
 a { background-color: #985D4F; }

 a { background-color: rgb(152,93,79); }

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

<style>
 span { border-color: #985D4F; }

 span { border-color: rgb(152,93,79); }

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