Html Css Color HEX #985250 Copper Rust

📋 copy color: '#985250'

red 152 ◦ green 82 ◦ blue 80

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

Shades of Copper Rust #985250

Tints of Copper Rust #985250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 48.41%
G = 26.11%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#985250 (or 0x985250) is known color: Copper Rust. HEX triplet: 98, 52 and 50. RGB value is (152,82,80). Sum of RGB (Red+Green+Blue) = 152+82+80=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #985250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985250 is #67ADAF. Grayscale: #666666. Windows color (decimal): -6794672 or 5264024. OLE color: 5264024.

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

Color convert

RGB 152 82 80 -
CMYK 0 0.46 0.47 0.40
HSL 1.67º 0.31% 0.45% -
HSV(B) 1.67º 0.47% 0.6% -
XYZ 17.41 13.29 9.24 -
YUV 102.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 152 82 80 0 0.46 0.47 0.40 1.67 0.31 0.45
Hex 98 52 50 0 2E 2F 28 2 1F 2D
Octal 230 122 120 0 56 57 50 2 37 55
Binary 10011000 1010010 1010000 0 101110 101111 101000 10 11111 101101

Color Harmonies of #985250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985250

Black with #985250

Text Example


Text Example

White with #985250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985250; }

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

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

background-color css

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

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

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

border-color css

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

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

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