Html Css Color HEX #985245 Copper Rust

📋 copy color: '#985245'

red 152 ◦ green 82 ◦ blue 69

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

Shades of Copper Rust #985245

Tints of Copper Rust #985245

RGB

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

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

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

R = 50.17%
G = 27.06%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#985245 (or 0x985245) is known color: Copper Rust. HEX triplet: 98, 52 and 45. RGB value is (152,82,69). Sum of RGB (Red+Green+Blue) = 152+82+69=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #985245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985245 is #67ADBA. Grayscale: #656565. Windows color (decimal): -6794683 or 4543128. OLE color: 4543128.

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

Color convert

RGB 152 82 69 -
CMYK 0 0.46 0.55 0.40
HSL 9.4º 0.38% 0.43% -
HSV(B) 9.4º 0.55% 0.6% -
XYZ 17.04 13.14 7.27 -
YUV 101.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 152 82 69 0 0.46 0.55 0.40 9.4 0.38 0.43
Hex 98 52 45 0 2E 37 28 9 26 2B
Octal 230 122 105 0 56 67 50 11 46 53
Binary 10011000 1010010 1000101 0 101110 110111 101000 1001 100110 101011

Color Harmonies of #985245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985245

Black with #985245

Text Example


Text Example

White with #985245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985245; }

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

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

background-color css

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

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

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

border-color css

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

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

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