Html Css Color HEX #985952 Copper Rust

📋 copy color: '#985952'

red 152 ◦ green 89 ◦ blue 82

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

Shades of Copper Rust #985952

Tints of Copper Rust #985952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

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

R = 47.06%
G = 27.55%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#985952 (or 0x985952) is known color: Copper Rust. HEX triplet: 98, 59 and 52. RGB value is (152,89,82). Sum of RGB (Red+Green+Blue) = 152+89+82=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #985952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985952 is #67A6AD. Grayscale: #6B6B6B. Windows color (decimal): -6792878 or 5396888. OLE color: 5396888.

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

Color convert

RGB 152 89 82 -
CMYK 0 0.41 0.46 0.40
HSL 0.3% 0.46% -
HSV(B) 0.46% 0.6% -
XYZ 18.04 14.43 9.82 -
YUV 107.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 152 89 82 0 0.41 0.46 0.40 6 0.3 0.46
Hex 98 59 52 0 29 2E 28 6 1E 2E
Octal 230 131 122 0 51 56 50 6 36 56
Binary 10011000 1011001 1010010 0 101001 101110 101000 110 11110 101110

Color Harmonies of #985952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985952

Black with #985952

Text Example


Text Example

White with #985952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985952; }

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

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

background-color css

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

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

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

border-color css

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

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

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