Html Css Color HEX #985849 Copper Rust

📋 copy color: '#985849'

red 152 ◦ green 88 ◦ blue 73

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

Shades of Copper Rust #985849

Tints of Copper Rust #985849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 48.56%
G = 28.12%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#985849 (or 0x985849) is known color: Copper Rust. HEX triplet: 98, 58 and 49. RGB value is (152,88,73). Sum of RGB (Red+Green+Blue) = 152+88+73=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #985849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985849 is #67A7B6. Grayscale: #696969. Windows color (decimal): -6793143 or 4806808. OLE color: 4806808.

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

Color convert

RGB 152 88 73 -
CMYK 0 0.42 0.52 0.40
HSL 11.39º 0.35% 0.44% -
HSV(B) 11.39º 0.52% 0.6% -
XYZ 17.64 14.14 8.1 -
YUV 105.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 152 88 73 0 0.42 0.52 0.40 11.39 0.35 0.44
Hex 98 58 49 0 2A 34 28 B 23 2C
Octal 230 130 111 0 52 64 50 13 43 54
Binary 10011000 1011000 1001001 0 101010 110100 101000 1011 100011 101100

Color Harmonies of #985849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985849

Black with #985849

Text Example


Text Example

White with #985849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985849; }

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

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

background-color css

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

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

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

border-color css

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

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

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