Html Css Color HEX #985447 Copper Rust

📋 copy color: '#985447'

red 152 ◦ green 84 ◦ blue 71

#985447
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Rust #985447

Tints of Copper Rust #985447

RGB

 RED value IS 152 (59.77% from 255) = 49.51%

 GREEN value IS 84 (33.2% from 255) = 27.36%

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 49.51%
G = 27.36%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#985447 (or 0x985447) is known color: Copper Rust. HEX triplet: 98, 54 and 47. RGB value is (152,84,71). Sum of RGB (Red+Green+Blue) = 152+84+71=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #985447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985447 is #67ABB8. Grayscale: #666666. Windows color (decimal): -6794169 or 4674712. OLE color: 4674712.

HSL color Cylindrical-coordinate representation of color #985447: hue angle of 9.63º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985447 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 84 71 -
CMYK 0 0.45 0.53 0.40
HSL 9.63º 0.36% 0.44% -
HSV(B) 9.63º 0.53% 0.6% -
XYZ 17.26 13.47 7.65 -
YUV 102.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 152 84 71 0 0.45 0.53 0.40 9.63 0.36 0.44
Hex 98 54 47 0 2D 35 28 A 24 2C
Octal 230 124 107 0 55 65 50 12 44 54
Binary 10011000 1010100 1000111 0 101101 110101 101000 1010 100100 101100

Color Harmonies of #985447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985447

Black with #985447

Text Example


Text Example

White with #985447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985447; }

 p { color: rgb(152,84,71); }

 H1.HeaderClassName
 {
   color: #985447;
 }
 .AnyTagClassName
 {
   color: #985447;
 }
</style>

background-color css

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

 a { background-color: rgb(152,84,71); }

 div.DivClassName
 {
   background-color: #985447;
 }
 .BgClassName
 {
   background-color: #985447;
 }
</style>

border-color css

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

 span { border-color: rgb(152,84,71); }

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