Html Css Color HEX #984D45 Copper Rust

📋 copy color: '#984D45'

red 152 ◦ green 77 ◦ blue 69

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

Shades of Copper Rust #984D45

Tints of Copper Rust #984D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

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

R = 51.01%
G = 25.84%
B = 23.15%

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

#984D45 (or 0x984D45) is known color: Copper Rust. HEX triplet: 98, 4D and 45. RGB value is (152,77,69). Sum of RGB (Red+Green+Blue) = 152+77+69=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #984D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984D45 is #67B2BA. Grayscale: #626262. Windows color (decimal): -6795963 or 4541848. OLE color: 4541848.

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

Color convert

RGB 152 77 69 -
CMYK 0 0.49 0.55 0.40
HSL 5.78º 0.38% 0.43% -
HSV(B) 5.78º 0.55% 0.6% -
XYZ 16.68 12.41 7.15 -
YUV 98.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 152 77 69 0 0.49 0.55 0.40 5.78 0.38 0.43
Hex 98 4D 45 0 31 37 28 6 26 2B
Octal 230 115 105 0 61 67 50 6 46 53
Binary 10011000 1001101 1000101 0 110001 110111 101000 110 100110 101011

Color Harmonies of #984D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D45

Black with #984D45

Text Example


Text Example

White with #984D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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