Html Css Color HEX #98504F Copper Rust

📋 copy color: '#98504F'

red 152 ◦ green 80 ◦ blue 79

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

Shades of Copper Rust #98504F

Tints of Copper Rust #98504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

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

R = 48.87%
G = 25.72%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#98504F (or 0x98504F) is known color: Copper Rust. HEX triplet: 98, 50 and 4F. RGB value is (152,80,79). Sum of RGB (Red+Green+Blue) = 152+80+79=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98504F is #67AFB0. Grayscale: #656565. Windows color (decimal): -6795185 or 5197976. OLE color: 5197976.

HSL color Cylindrical-coordinate representation of color #98504F: hue angle of 0.82º 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 #98504F is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 79 -
CMYK 0 0.47 0.48 0.40
HSL 0.82º 0.32% 0.45% -
HSV(B) 0.82º 0.48% 0.6% -
XYZ 17.23 12.98 8.99 -
YUV 101.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 152 80 79 0 0.47 0.48 0.40 0.82 0.32 0.45
Hex 98 50 4F 0 2F 30 28 1 20 2D
Octal 230 120 117 0 57 60 50 1 40 55
Binary 10011000 1010000 1001111 0 101111 110000 101000 1 100000 101101

Color Harmonies of #98504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98504F

Black with #98504F

Text Example


Text Example

White with #98504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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