Html Css Color HEX #98584C Copper Rust

📋 copy color: '#98584C'

red 152 ◦ green 88 ◦ blue 76

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

Shades of Copper Rust #98584C

Tints of Copper Rust #98584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

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

R = 48.1%
G = 27.85%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98584C (or 0x98584C) is known color: Copper Rust. HEX triplet: 98, 58 and 4C. RGB value is (152,88,76). Sum of RGB (Red+Green+Blue) = 152+88+76=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98584C is #67A7B3. Grayscale: #696969. Windows color (decimal): -6793140 or 5003416. OLE color: 5003416.

HSL color Cylindrical-coordinate representation of color #98584C: hue angle of 9.47º 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 #98584C is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 76 -
CMYK 0 0.42 0.50 0.40
HSL 9.47º 0.33% 0.45% -
HSV(B) 9.47º 0.5% 0.6% -
XYZ 17.74 14.18 8.64 -
YUV 105.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 152 88 76 0 0.42 0.50 0.40 9.47 0.33 0.45
Hex 98 58 4C 0 2A 32 28 9 21 2D
Octal 230 130 114 0 52 62 50 11 41 55
Binary 10011000 1011000 1001100 0 101010 110010 101000 1001 100001 101101

Color Harmonies of #98584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98584C

Black with #98584C

Text Example


Text Example

White with #98584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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