Html Css Color HEX #985149 Copper Rust

📋 copy color: '#985149'

red 152 ◦ green 81 ◦ blue 73

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

Shades of Copper Rust #985149

Tints of Copper Rust #985149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 49.67%
G = 26.47%
B = 23.86%

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

#985149 (or 0x985149) is known color: Copper Rust. HEX triplet: 98, 51 and 49. RGB value is (152,81,73). Sum of RGB (Red+Green+Blue) = 152+81+73=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #985149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985149 is #67AEB6. Grayscale: #656565. Windows color (decimal): -6794935 or 4805016. OLE color: 4805016.

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

Color convert

RGB 152 81 73 -
CMYK 0 0.47 0.52 0.40
HSL 6.08º 0.35% 0.44% -
HSV(B) 6.08º 0.52% 0.6% -
XYZ 17.09 13.04 7.92 -
YUV 101.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 152 81 73 0 0.47 0.52 0.40 6.08 0.35 0.44
Hex 98 51 49 0 2F 34 28 6 23 2C
Octal 230 121 111 0 57 64 50 6 43 54
Binary 10011000 1010001 1001001 0 101111 110100 101000 110 100011 101100

Color Harmonies of #985149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985149

Black with #985149

Text Example


Text Example

White with #985149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985149; }

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

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

background-color css

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

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

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

border-color css

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

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

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