Html Css Color HEX #985A4C Copper Rust

📋 copy color: '#985A4C'

red 152 ◦ green 90 ◦ blue 76

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

Shades of Copper Rust #985A4C

Tints of Copper Rust #985A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.3%

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 47.8%
G = 28.3%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#985A4C (or 0x985A4C) is known color: Copper Rust. HEX triplet: 98, 5A and 4C. RGB value is (152,90,76). Sum of RGB (Red+Green+Blue) = 152+90+76=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #985A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A4C is #67A5B3. Grayscale: #6B6B6B. Windows color (decimal): -6792628 or 5003928. OLE color: 5003928.

HSL color Cylindrical-coordinate representation of color #985A4C: hue angle of 11.05º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #985A4C is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 90 76 -
CMYK 0 0.41 0.50 0.40
HSL 11.05º 0.33% 0.45% -
HSV(B) 11.05º 0.5% 0.6% -
XYZ 17.91 14.51 8.69 -
YUV 106.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 152 90 76 0 0.41 0.50 0.40 11.05 0.33 0.45
Hex 98 5A 4C 0 29 32 28 B 21 2D
Octal 230 132 114 0 51 62 50 13 41 55
Binary 10011000 1011010 1001100 0 101001 110010 101000 1011 100001 101101

Color Harmonies of #985A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A4C

Black with #985A4C

Text Example


Text Example

White with #985A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985A4C; }

 p { color: rgb(152,90,76); }

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

background-color css

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

 a { background-color: rgb(152,90,76); }

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

border-color css

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

 span { border-color: rgb(152,90,76); }

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