Html Css Color HEX #98574C Copper Rust

📋 copy color: '#98574C'

red 152 ◦ green 87 ◦ blue 76

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

Shades of Copper Rust #98574C

Tints of Copper Rust #98574C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 48.25%
G = 27.62%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98574C (or 0x98574C) is known color: Copper Rust. HEX triplet: 98, 57 and 4C. RGB value is (152,87,76). Sum of RGB (Red+Green+Blue) = 152+87+76=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98574C is #67A8B3. Grayscale: #696969. Windows color (decimal): -6793396 or 5003160. OLE color: 5003160.

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

Color convert

RGB 152 87 76 -
CMYK 0 0.43 0.50 0.40
HSL 8.68º 0.33% 0.45% -
HSV(B) 8.68º 0.5% 0.6% -
XYZ 17.66 14.01 8.61 -
YUV 105.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 152 87 76 0 0.43 0.50 0.40 8.68 0.33 0.45
Hex 98 57 4C 0 2B 32 28 9 21 2D
Octal 230 127 114 0 53 62 50 11 41 55
Binary 10011000 1010111 1001100 0 101011 110010 101000 1001 100001 101101

Color Harmonies of #98574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98574C

Black with #98574C

Text Example


Text Example

White with #98574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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