Html Css Color HEX #985548 Copper Rust

📋 copy color: '#985548'

red 152 ◦ green 85 ◦ blue 72

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

Shades of Copper Rust #985548

Tints of Copper Rust #985548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

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

R = 49.19%
G = 27.51%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#985548 (or 0x985548) is known color: Copper Rust. HEX triplet: 98, 55 and 48. RGB value is (152,85,72). Sum of RGB (Red+Green+Blue) = 152+85+72=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #985548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985548 is #67AAB7. Grayscale: #676767. Windows color (decimal): -6793912 or 4740504. OLE color: 4740504.

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

Color convert

RGB 152 85 72 -
CMYK 0 0.44 0.53 0.40
HSL 9.75º 0.36% 0.44% -
HSV(B) 9.75º 0.53% 0.6% -
XYZ 17.37 13.64 7.85 -
YUV 103.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 152 85 72 0 0.44 0.53 0.40 9.75 0.36 0.44
Hex 98 55 48 0 2C 35 28 A 24 2C
Octal 230 125 110 0 54 65 50 12 44 54
Binary 10011000 1010101 1001000 0 101100 110101 101000 1010 100100 101100

Color Harmonies of #985548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985548

Black with #985548

Text Example


Text Example

White with #985548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985548; }

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

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

background-color css

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

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

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

border-color css

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

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

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