Html Css Color HEX #985351 Copper Rust

📋 copy color: '#985351'

red 152 ◦ green 83 ◦ blue 81

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

Shades of Copper Rust #985351

Tints of Copper Rust #985351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.63%

R = 48.1%
G = 26.27%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#985351 (or 0x985351) is known color: Copper Rust. HEX triplet: 98, 53 and 51. RGB value is (152,83,81). Sum of RGB (Red+Green+Blue) = 152+83+81=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #985351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985351 is #67ACAE. Grayscale: #676767. Windows color (decimal): -6794415 or 5329816. OLE color: 5329816.

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

Color convert

RGB 152 83 81 -
CMYK 0 0.45 0.47 0.40
HSL 1.69º 0.3% 0.46% -
HSV(B) 1.69º 0.47% 0.6% -
XYZ 17.53 13.46 9.46 -
YUV 103.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 152 83 81 0 0.45 0.47 0.40 1.69 0.3 0.46
Hex 98 53 51 0 2D 2F 28 2 1E 2E
Octal 230 123 121 0 55 57 50 2 36 56
Binary 10011000 1010011 1010001 0 101101 101111 101000 10 11110 101110

Color Harmonies of #985351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985351

Black with #985351

Text Example


Text Example

White with #985351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985351; }

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

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

background-color css

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

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

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

border-color css

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

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

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