Html Css Color HEX #985C4D Copper Rust

📋 copy color: '#985C4D'

red 152 ◦ green 92 ◦ blue 77

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

Shades of Copper Rust #985C4D

Tints of Copper Rust #985C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.66%

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 47.35%
G = 28.66%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#985C4D (or 0x985C4D) is known color: Copper Rust. HEX triplet: 98, 5C and 4D. RGB value is (152,92,77). Sum of RGB (Red+Green+Blue) = 152+92+77=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C4D is #67A3B2. Grayscale: #6C6C6C. Windows color (decimal): -6792115 or 5069976. OLE color: 5069976.

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

Color convert

RGB 152 92 77 -
CMYK 0 0.39 0.49 0.40
HSL 12º 0.33% 0.45% -
HSV(B) 12º 0.49% 0.6% -
XYZ 18.12 14.87 8.94 -
YUV 108.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 152 92 77 0 0.39 0.49 0.40 12 0.33 0.45
Hex 98 5C 4D 0 27 31 28 C 21 2D
Octal 230 134 115 0 47 61 50 14 41 55
Binary 10011000 1011100 1001101 0 100111 110001 101000 1100 100001 101101

Color Harmonies of #985C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C4D

Black with #985C4D

Text Example


Text Example

White with #985C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,92,77); }

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

background-color css

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

 a { background-color: rgb(152,92,77); }

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

border-color css

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

 span { border-color: rgb(152,92,77); }

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