Html Css Color HEX #98574E Copper Rust

📋 copy color: '#98574E'

red 152 ◦ green 87 ◦ blue 78

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

Shades of Copper Rust #98574E

Tints of Copper Rust #98574E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.61%

R = 47.95%
G = 27.44%
B = 24.61%

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

#98574E (or 0x98574E) is known color: Copper Rust. HEX triplet: 98, 57 and 4E. RGB value is (152,87,78). Sum of RGB (Red+Green+Blue) = 152+87+78=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #98574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98574E is #67A8B1. Grayscale: #696969. Windows color (decimal): -6793394 or 5134232. OLE color: 5134232.

HSL color Cylindrical-coordinate representation of color #98574E: hue angle of 7.3º degrees, saturation: 0.32, 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 #98574E is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 87 78 -
CMYK 0 0.43 0.49 0.40
HSL 7.3º 0.32% 0.45% -
HSV(B) 7.3º 0.49% 0.6% -
XYZ 17.73 14.04 8.98 -
YUV 105.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 152 87 78 0 0.43 0.49 0.40 7.3 0.32 0.45
Hex 98 57 4E 0 2B 31 28 7 20 2D
Octal 230 127 116 0 53 61 50 7 40 55
Binary 10011000 1010111 1001110 0 101011 110001 101000 111 100000 101101

Color Harmonies of #98574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98574E

Black with #98574E

Text Example


Text Example

White with #98574E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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