Html Css Color HEX #985A4F Copper Rust

📋 copy color: '#985A4F'

red 152 ◦ green 90 ◦ blue 79

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

Shades of Copper Rust #985A4F

Tints of Copper Rust #985A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 47.35%
G = 28.04%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#985A4F (or 0x985A4F) is known color: Copper Rust. HEX triplet: 98, 5A and 4F. RGB value is (152,90,79). Sum of RGB (Red+Green+Blue) = 152+90+79=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A4F is #67A5B0. Grayscale: #6B6B6B. Windows color (decimal): -6792625 or 5200536. OLE color: 5200536.

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

Color convert

RGB 152 90 79 -
CMYK 0 0.41 0.48 0.40
HSL 9.04º 0.32% 0.45% -
HSV(B) 9.04º 0.48% 0.6% -
XYZ 18.02 14.55 9.26 -
YUV 107.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 152 90 79 0 0.41 0.48 0.40 9.04 0.32 0.45
Hex 98 5A 4F 0 29 30 28 9 20 2D
Octal 230 132 117 0 51 60 50 11 40 55
Binary 10011000 1011010 1001111 0 101001 110000 101000 1001 100000 101101

Color Harmonies of #985A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A4F

Black with #985A4F

Text Example


Text Example

White with #985A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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