Html Css Color HEX #98544A Copper Rust

📋 copy color: '#98544A'

red 152 ◦ green 84 ◦ blue 74

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

Shades of Copper Rust #98544A

Tints of Copper Rust #98544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 49.03%
G = 27.1%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98544A (or 0x98544A) is known color: Copper Rust. HEX triplet: 98, 54 and 4A. RGB value is (152,84,74). Sum of RGB (Red+Green+Blue) = 152+84+74=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98544A is #67ABB5. Grayscale: #676767. Windows color (decimal): -6794166 or 4871320. OLE color: 4871320.

HSL color Cylindrical-coordinate representation of color #98544A: hue angle of 7.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98544A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 84 74 -
CMYK 0 0.45 0.51 0.40
HSL 7.69º 0.35% 0.44% -
HSV(B) 7.69º 0.51% 0.6% -
XYZ 17.36 13.51 8.17 -
YUV 103.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 152 84 74 0 0.45 0.51 0.40 7.69 0.35 0.44
Hex 98 54 4A 0 2D 33 28 8 23 2C
Octal 230 124 112 0 55 63 50 10 43 54
Binary 10011000 1010100 1001010 0 101101 110011 101000 1000 100011 101100

Color Harmonies of #98544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98544A

Black with #98544A

Text Example


Text Example

White with #98544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98544A; }

 p { color: rgb(152,84,74); }

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

background-color css

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

 a { background-color: rgb(152,84,74); }

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

border-color css

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

 span { border-color: rgb(152,84,74); }

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