Html Css Color HEX #98544F Copper Rust

📋 copy color: '#98544F'

red 152 ◦ green 84 ◦ blue 79

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

Shades of Copper Rust #98544F

Tints of Copper Rust #98544F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 48.25%
G = 26.67%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#98544F (or 0x98544F) is known color: Copper Rust. HEX triplet: 98, 54 and 4F. RGB value is (152,84,79). Sum of RGB (Red+Green+Blue) = 152+84+79=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98544F is #67ABB0. Grayscale: #676767. Windows color (decimal): -6794161 or 5199000. OLE color: 5199000.

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

Color convert

RGB 152 84 79 -
CMYK 0 0.45 0.48 0.40
HSL 4.11º 0.32% 0.45% -
HSV(B) 4.11º 0.48% 0.6% -
XYZ 17.53 13.58 9.09 -
YUV 103.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 152 84 79 0 0.45 0.48 0.40 4.11 0.32 0.45
Hex 98 54 4F 0 2D 30 28 4 20 2D
Octal 230 124 117 0 55 60 50 4 40 55
Binary 10011000 1010100 1001111 0 101101 110000 101000 100 100000 101101

Color Harmonies of #98544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98544F

Black with #98544F

Text Example


Text Example

White with #98544F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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