Html Css Color HEX #985545 Copper Rust

📋 copy color: '#985545'

red 152 ◦ green 85 ◦ blue 69

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

Shades of Copper Rust #985545

Tints of Copper Rust #985545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 49.67%
G = 27.78%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#985545 (or 0x985545) is known color: Copper Rust. HEX triplet: 98, 55 and 45. RGB value is (152,85,69). Sum of RGB (Red+Green+Blue) = 152+85+69=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #985545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985545 is #67AABA. Grayscale: #676767. Windows color (decimal): -6793915 or 4543896. OLE color: 4543896.

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

Color convert

RGB 152 85 69 -
CMYK 0 0.44 0.55 0.40
HSL 11.57º 0.38% 0.43% -
HSV(B) 11.57º 0.55% 0.6% -
XYZ 17.27 13.6 7.35 -
YUV 103.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 152 85 69 0 0.44 0.55 0.40 11.57 0.38 0.43
Hex 98 55 45 0 2C 37 28 C 26 2B
Octal 230 125 105 0 54 67 50 14 46 53
Binary 10011000 1010101 1000101 0 101100 110111 101000 1100 100110 101011

Color Harmonies of #985545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985545

Black with #985545

Text Example


Text Example

White with #985545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985545; }

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

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

background-color css

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

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

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

border-color css

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

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

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