Html Css Color HEX #98554A Copper Rust

📋 copy color: '#98554A'

red 152 ◦ green 85 ◦ blue 74

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

Shades of Copper Rust #98554A

Tints of Copper Rust #98554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 48.87%
G = 27.33%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98554A (or 0x98554A) is known color: Copper Rust. HEX triplet: 98, 55 and 4A. RGB value is (152,85,74). Sum of RGB (Red+Green+Blue) = 152+85+74=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98554A is #67AAB5. Grayscale: #676767. Windows color (decimal): -6793910 or 4871576. OLE color: 4871576.

HSL color Cylindrical-coordinate representation of color #98554A: hue angle of 8.46º 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 #98554A is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 74 -
CMYK 0 0.44 0.51 0.40
HSL 8.46º 0.35% 0.44% -
HSV(B) 8.46º 0.51% 0.6% -
XYZ 17.43 13.67 8.2 -
YUV 103.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 152 85 74 0 0.44 0.51 0.40 8.46 0.35 0.44
Hex 98 55 4A 0 2C 33 28 8 23 2C
Octal 230 125 112 0 54 63 50 10 43 54
Binary 10011000 1010101 1001010 0 101100 110011 101000 1000 100011 101100

Color Harmonies of #98554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98554A

Black with #98554A

Text Example


Text Example

White with #98554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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