Html Css Color HEX #985448 Copper Rust

📋 copy color: '#985448'

red 152 ◦ green 84 ◦ blue 72

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

Shades of Copper Rust #985448

Tints of Copper Rust #985448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.38%

R = 49.35%
G = 27.27%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#985448 (or 0x985448) is known color: Copper Rust. HEX triplet: 98, 54 and 48. RGB value is (152,84,72). Sum of RGB (Red+Green+Blue) = 152+84+72=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #985448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985448 is #67ABB7. Grayscale: #676767. Windows color (decimal): -6794168 or 4740248. OLE color: 4740248.

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

Color convert

RGB 152 84 72 -
CMYK 0 0.45 0.53 0.40
HSL 0.36% 0.44% -
HSV(B) 0.53% 0.6% -
XYZ 17.29 13.48 7.82 -
YUV 102.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 152 84 72 0 0.45 0.53 0.40 9 0.36 0.44
Hex 98 54 48 0 2D 35 28 9 24 2C
Octal 230 124 110 0 55 65 50 11 44 54
Binary 10011000 1010100 1001000 0 101101 110101 101000 1001 100100 101100

Color Harmonies of #985448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985448

Black with #985448

Text Example


Text Example

White with #985448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985448; }

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

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

background-color css

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

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

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

border-color css

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

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

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