Html Css Color HEX #985851 Copper Rust

📋 copy color: '#985851'

red 152 ◦ green 88 ◦ blue 81

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

Shades of Copper Rust #985851

Tints of Copper Rust #985851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 47.35%
G = 27.41%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#985851 (or 0x985851) is known color: Copper Rust. HEX triplet: 98, 58 and 51. RGB value is (152,88,81). Sum of RGB (Red+Green+Blue) = 152+88+81=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985851 is #67A7AE. Grayscale: #6A6A6A. Windows color (decimal): -6793135 or 5331096. OLE color: 5331096.

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

Color convert

RGB 152 88 81 -
CMYK 0 0.42 0.47 0.40
HSL 5.92º 0.3% 0.46% -
HSV(B) 5.92º 0.47% 0.6% -
XYZ 17.92 14.25 9.59 -
YUV 106.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 152 88 81 0 0.42 0.47 0.40 5.92 0.3 0.46
Hex 98 58 51 0 2A 2F 28 6 1E 2E
Octal 230 130 121 0 52 57 50 6 36 56
Binary 10011000 1011000 1010001 0 101010 101111 101000 110 11110 101110

Color Harmonies of #985851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985851

Black with #985851

Text Example


Text Example

White with #985851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985851; }

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

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

background-color css

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

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

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

border-color css

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

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

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