Html Css Color HEX #985848 Copper Rust

📋 copy color: '#985848'

red 152 ◦ green 88 ◦ blue 72

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

Shades of Copper Rust #985848

Tints of Copper Rust #985848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

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

R = 48.72%
G = 28.21%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#985848 (or 0x985848) is known color: Copper Rust. HEX triplet: 98, 58 and 48. RGB value is (152,88,72). Sum of RGB (Red+Green+Blue) = 152+88+72=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #985848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985848 is #67A7B7. Grayscale: #696969. Windows color (decimal): -6793144 or 4741272. OLE color: 4741272.

HSL color Cylindrical-coordinate representation of color #985848: hue angle of 12º 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 #985848 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 72 -
CMYK 0 0.42 0.53 0.40
HSL 12º 0.36% 0.44% -
HSV(B) 12º 0.53% 0.6% -
XYZ 17.61 14.12 7.93 -
YUV 105.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 152 88 72 0 0.42 0.53 0.40 12 0.36 0.44
Hex 98 58 48 0 2A 35 28 C 24 2C
Octal 230 130 110 0 52 65 50 14 44 54
Binary 10011000 1011000 1001000 0 101010 110101 101000 1100 100100 101100

Color Harmonies of #985848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985848

Black with #985848

Text Example


Text Example

White with #985848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985848; }

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

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

background-color css

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

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

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

border-color css

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

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

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