#985C4D

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

Shades of Copper Rust #985C4D

Tints of Copper Rust #985C4D

Color information

#985C4D (or 0x985C4D) is unknown color: approx Copper Rust. HEX triplet: 98, 5C and 4D. RGB value is (152,92,77). Sum of RGB (Red+Green+Blue) = 152+92+77=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C4D is #67A3B2. Grayscale: #6C6C6C. Windows color (decimal): -6792115 or 5069976. OLE color: 5069976.

HSL color Cylindrical-coordinate representation of color #985C4D: hue angle of 12º degrees, saturation: 0.33, 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 #985C4D is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1529277-
CMYK00.390.490.40
HSL12º32.75%44.9%-
HSV(B)12º49.34%59.61%-
XYZ18.1214.878.94-
YUV108.23110.38159.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=47.35%
G=28.66%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152927700.390.490.401232.7544.9
Hex985C4D0273128c212d
Octal2301341150476150144155
Binary100110001011100100110101001111100011010001100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,92,77); }

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

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

 a { background-color: rgb(152,92,77); }

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

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

 span { border-color: rgb(152,92,77); }

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