Html Css Color HEX #98554D Copper Rust

📋 copy color: '#98554D'

red 152 ◦ green 85 ◦ blue 77

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

Shades of Copper Rust #98554D

Tints of Copper Rust #98554D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 48.41%
G = 27.07%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98554D (or 0x98554D) is known color: Copper Rust. HEX triplet: 98, 55 and 4D. RGB value is (152,85,77). Sum of RGB (Red+Green+Blue) = 152+85+77=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98554D is #67AAB2. Grayscale: #686868. Windows color (decimal): -6793907 or 5068184. OLE color: 5068184.

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

Color convert

RGB 152 85 77 -
CMYK 0 0.44 0.49 0.40
HSL 6.4º 0.33% 0.45% -
HSV(B) 6.4º 0.49% 0.6% -
XYZ 17.54 13.71 8.74 -
YUV 104.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 152 85 77 0 0.44 0.49 0.40 6.4 0.33 0.45
Hex 98 55 4D 0 2C 31 28 6 21 2D
Octal 230 125 115 0 54 61 50 6 41 55
Binary 10011000 1010101 1001101 0 101100 110001 101000 110 100001 101101

Color Harmonies of #98554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98554D

Black with #98554D

Text Example


Text Example

White with #98554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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