Html Css Color HEX #985347 Copper Rust

📋 copy color: '#985347'

red 152 ◦ green 83 ◦ blue 71

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

Shades of Copper Rust #985347

Tints of Copper Rust #985347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 49.67%
G = 27.12%
B = 23.2%

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

#985347 (or 0x985347) is known color: Copper Rust. HEX triplet: 98, 53 and 47. RGB value is (152,83,71). Sum of RGB (Red+Green+Blue) = 152+83+71=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #985347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985347 is #67ACB8. Grayscale: #666666. Windows color (decimal): -6794425 or 4674456. OLE color: 4674456.

HSL color Cylindrical-coordinate representation of color #985347: hue angle of 8.89º 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 #985347 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 71 -
CMYK 0 0.45 0.53 0.40
HSL 8.89º 0.36% 0.44% -
HSV(B) 8.89º 0.53% 0.6% -
XYZ 17.18 13.32 7.63 -
YUV 102.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 152 83 71 0 0.45 0.53 0.40 8.89 0.36 0.44
Hex 98 53 47 0 2D 35 28 9 24 2C
Octal 230 123 107 0 55 65 50 11 44 54
Binary 10011000 1010011 1000111 0 101101 110101 101000 1001 100100 101100

Color Harmonies of #985347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985347

Black with #985347

Text Example


Text Example

White with #985347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985347; }

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

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

background-color css

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

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

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

border-color css

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

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

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