Html Css Color HEX #984E45 Copper Rust

📋 copy color: '#984E45'

red 152 ◦ green 78 ◦ blue 69

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

Shades of Copper Rust #984E45

Tints of Copper Rust #984E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.08%

R = 50.84%
G = 26.09%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#984E45 (or 0x984E45) is known color: Copper Rust. HEX triplet: 98, 4E and 45. RGB value is (152,78,69). Sum of RGB (Red+Green+Blue) = 152+78+69=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #984E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984E45 is #67B1BA. Grayscale: #636363. Windows color (decimal): -6795707 or 4542104. OLE color: 4542104.

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

Color convert

RGB 152 78 69 -
CMYK 0 0.49 0.55 0.40
HSL 6.51º 0.38% 0.43% -
HSV(B) 6.51º 0.55% 0.6% -
XYZ 16.75 12.55 7.17 -
YUV 99.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 152 78 69 0 0.49 0.55 0.40 6.51 0.38 0.43
Hex 98 4E 45 0 31 37 28 7 26 2B
Octal 230 116 105 0 61 67 50 7 46 53
Binary 10011000 1001110 1000101 0 110001 110111 101000 111 100110 101011

Color Harmonies of #984E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984E45

Black with #984E45

Text Example


Text Example

White with #984E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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