Html Css Color HEX #98524D Copper Rust

📋 copy color: '#98524D'

red 152 ◦ green 82 ◦ blue 77

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

Shades of Copper Rust #98524D

Tints of Copper Rust #98524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.37%

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

R = 48.87%
G = 26.37%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98524D (or 0x98524D) is known color: Copper Rust. HEX triplet: 98, 52 and 4D. RGB value is (152,82,77). Sum of RGB (Red+Green+Blue) = 152+82+77=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98524D is #67ADB2. Grayscale: #666666. Windows color (decimal): -6794675 or 5067416. OLE color: 5067416.

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

Color convert

RGB 152 82 77 -
CMYK 0 0.46 0.49 0.40
HSL 0.33% 0.45% -
HSV(B) 0.49% 0.6% -
XYZ 17.31 13.25 8.67 -
YUV 102.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 152 82 77 0 0.46 0.49 0.40 4 0.33 0.45
Hex 98 52 4D 0 2E 31 28 4 21 2D
Octal 230 122 115 0 56 61 50 4 41 55
Binary 10011000 1010010 1001101 0 101110 110001 101000 100 100001 101101

Color Harmonies of #98524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98524D

Black with #98524D

Text Example


Text Example

White with #98524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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