Html Css Color HEX #985049 Copper Rust

📋 copy color: '#985049'

red 152 ◦ green 80 ◦ blue 73

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

Shades of Copper Rust #985049

Tints of Copper Rust #985049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

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

R = 49.84%
G = 26.23%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#985049 (or 0x985049) is known color: Copper Rust. HEX triplet: 98, 50 and 49. RGB value is (152,80,73). Sum of RGB (Red+Green+Blue) = 152+80+73=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #985049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985049 is #67AFB6. Grayscale: #646464. Windows color (decimal): -6795191 or 4804760. OLE color: 4804760.

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

Color convert

RGB 152 80 73 -
CMYK 0 0.47 0.52 0.40
HSL 5.32º 0.35% 0.44% -
HSV(B) 5.32º 0.52% 0.6% -
XYZ 17.02 12.89 7.9 -
YUV 100.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 152 80 73 0 0.47 0.52 0.40 5.32 0.35 0.44
Hex 98 50 49 0 2F 34 28 5 23 2C
Octal 230 120 111 0 57 64 50 5 43 54
Binary 10011000 1010000 1001001 0 101111 110100 101000 101 100011 101100

Color Harmonies of #985049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985049

Black with #985049

Text Example


Text Example

White with #985049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985049; }

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

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

background-color css

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

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

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

border-color css

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

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

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