Html Css Color HEX #985B4D Copper Rust

📋 copy color: '#985B4D'

red 152 ◦ green 91 ◦ blue 77

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

Shades of Copper Rust #985B4D

Tints of Copper Rust #985B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.44%

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

R = 47.5%
G = 28.44%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#985B4D (or 0x985B4D) is known color: Copper Rust. HEX triplet: 98, 5B and 4D. RGB value is (152,91,77). Sum of RGB (Red+Green+Blue) = 152+91+77=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #985B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B4D is #67A4B2. Grayscale: #6B6B6B. Windows color (decimal): -6792371 or 5069720. OLE color: 5069720.

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

Color convert

RGB 152 91 77 -
CMYK 0 0.40 0.49 0.40
HSL 11.2º 0.33% 0.45% -
HSV(B) 11.2º 0.49% 0.6% -
XYZ 18.03 14.69 8.91 -
YUV 107.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 152 91 77 0 0.40 0.49 0.40 11.2 0.33 0.45
Hex 98 5B 4D 0 28 31 28 B 21 2D
Octal 230 133 115 0 50 61 50 13 41 55
Binary 10011000 1011011 1001101 0 101000 110001 101000 1011 100001 101101

Color Harmonies of #985B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B4D

Black with #985B4D

Text Example


Text Example

White with #985B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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