Html Css Color HEX #98574D Copper Rust

📋 copy color: '#98574D'

red 152 ◦ green 87 ◦ blue 77

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

Shades of Copper Rust #98574D

Tints of Copper Rust #98574D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 48.1%
G = 27.53%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98574D (or 0x98574D) is known color: Copper Rust. HEX triplet: 98, 57 and 4D. RGB value is (152,87,77). Sum of RGB (Red+Green+Blue) = 152+87+77=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98574D is #67A8B2. Grayscale: #696969. Windows color (decimal): -6793395 or 5068696. OLE color: 5068696.

HSL color Cylindrical-coordinate representation of color #98574D: hue angle of 8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98574D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 87 77 -
CMYK 0 0.43 0.49 0.40
HSL 0.33% 0.45% -
HSV(B) 0.49% 0.6% -
XYZ 17.7 14.03 8.8 -
YUV 105.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 152 87 77 0 0.43 0.49 0.40 8 0.33 0.45
Hex 98 57 4D 0 2B 31 28 8 21 2D
Octal 230 127 115 0 53 61 50 10 41 55
Binary 10011000 1010111 1001101 0 101011 110001 101000 1000 100001 101101

Color Harmonies of #98574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98574D

Black with #98574D

Text Example


Text Example

White with #98574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98574D; }

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

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

background-color css

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

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

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

border-color css

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

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

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