Html Css Color HEX #98544D Copper Rust

📋 copy color: '#98544D'

red 152 ◦ green 84 ◦ blue 77

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

Shades of Copper Rust #98544D

Tints of Copper Rust #98544D

RGB

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

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

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

R = 48.56%
G = 26.84%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98544D (or 0x98544D) is known color: Copper Rust. HEX triplet: 98, 54 and 4D. RGB value is (152,84,77). Sum of RGB (Red+Green+Blue) = 152+84+77=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98544D is #67ABB2. Grayscale: #676767. Windows color (decimal): -6794163 or 5067928. OLE color: 5067928.

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

Color convert

RGB 152 84 77 -
CMYK 0 0.45 0.49 0.40
HSL 5.6º 0.33% 0.45% -
HSV(B) 5.6º 0.49% 0.6% -
XYZ 17.46 13.55 8.72 -
YUV 103.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 152 84 77 0 0.45 0.49 0.40 5.6 0.33 0.45
Hex 98 54 4D 0 2D 31 28 6 21 2D
Octal 230 124 115 0 55 61 50 6 41 55
Binary 10011000 1010100 1001101 0 101101 110001 101000 110 100001 101101

Color Harmonies of #98544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98544D

Black with #98544D

Text Example


Text Example

White with #98544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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