Html Css Color HEX #985750 Copper Rust

📋 copy color: '#985750'

red 152 ◦ green 87 ◦ blue 80

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

Shades of Copper Rust #985750

Tints of Copper Rust #985750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

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

R = 47.65%
G = 27.27%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#985750 (or 0x985750) is known color: Copper Rust. HEX triplet: 98, 57 and 50. RGB value is (152,87,80). Sum of RGB (Red+Green+Blue) = 152+87+80=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985750 is #67A8AF. Grayscale: #696969. Windows color (decimal): -6793392 or 5265304. OLE color: 5265304.

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

Color convert

RGB 152 87 80 -
CMYK 0 0.43 0.47 0.40
HSL 5.83º 0.31% 0.45% -
HSV(B) 5.83º 0.47% 0.6% -
XYZ 17.81 14.07 9.37 -
YUV 105.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 152 87 80 0 0.43 0.47 0.40 5.83 0.31 0.45
Hex 98 57 50 0 2B 2F 28 6 1F 2D
Octal 230 127 120 0 53 57 50 6 37 55
Binary 10011000 1010111 1010000 0 101011 101111 101000 110 11111 101101

Color Harmonies of #985750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985750

Black with #985750

Text Example


Text Example

White with #985750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985750; }

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

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

background-color css

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

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

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

border-color css

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

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

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