Html Css Color HEX #985852 Copper Rust

📋 copy color: '#985852'

red 152 ◦ green 88 ◦ blue 82

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

Shades of Copper Rust #985852

Tints of Copper Rust #985852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.47%

R = 47.2%
G = 27.33%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#985852 (or 0x985852) is known color: Copper Rust. HEX triplet: 98, 58 and 52. RGB value is (152,88,82). Sum of RGB (Red+Green+Blue) = 152+88+82=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985852 is #67A7AD. Grayscale: #6A6A6A. Windows color (decimal): -6793134 or 5396632. OLE color: 5396632.

HSL color Cylindrical-coordinate representation of color #985852: hue angle of 5.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985852 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 82 -
CMYK 0 0.42 0.46 0.40
HSL 5.14º 0.3% 0.46% -
HSV(B) 5.14º 0.46% 0.6% -
XYZ 17.96 14.26 9.79 -
YUV 106.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 152 88 82 0 0.42 0.46 0.40 5.14 0.3 0.46
Hex 98 58 52 0 2A 2E 28 5 1E 2E
Octal 230 130 122 0 52 56 50 5 36 56
Binary 10011000 1011000 1010010 0 101010 101110 101000 101 11110 101110

Color Harmonies of #985852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985852

Black with #985852

Text Example


Text Example

White with #985852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985852; }

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

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

background-color css

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

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

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

border-color css

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

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

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