Html Css Color HEX #984E46 Copper Rust

📋 copy color: '#984E46'

red 152 ◦ green 78 ◦ blue 70

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

Shades of Copper Rust #984E46

Tints of Copper Rust #984E46

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26%

 BLUE value IS 70 (27.73% from 255) = 23.33%

R = 50.67%
G = 26%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#984E46 (or 0x984E46) is known color: Copper Rust. HEX triplet: 98, 4E and 46. RGB value is (152,78,70). Sum of RGB (Red+Green+Blue) = 152+78+70=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #984E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984E46 is #67B1B9. Grayscale: #636363. Windows color (decimal): -6795706 or 4607640. OLE color: 4607640.

HSL color Cylindrical-coordinate representation of color #984E46: hue angle of 5.85º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984E46 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 78 70 -
CMYK 0 0.49 0.54 0.40
HSL 5.85º 0.37% 0.44% -
HSV(B) 5.85º 0.54% 0.6% -
XYZ 16.78 12.57 7.34 -
YUV 99.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 152 78 70 0 0.49 0.54 0.40 5.85 0.37 0.44
Hex 98 4E 46 0 31 36 28 6 25 2C
Octal 230 116 106 0 61 66 50 6 45 54
Binary 10011000 1001110 1000110 0 110001 110110 101000 110 100101 101100

Color Harmonies of #984E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984E46

Black with #984E46

Text Example


Text Example

White with #984E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984E46; }

 p { color: rgb(152,78,70); }

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

background-color css

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

 a { background-color: rgb(152,78,70); }

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

border-color css

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

 span { border-color: rgb(152,78,70); }

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