Html Css Color HEX #984F45 Copper Rust

📋 copy color: '#984F45'

red 152 ◦ green 79 ◦ blue 69

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

Shades of Copper Rust #984F45

Tints of Copper Rust #984F45

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.33%

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

R = 50.67%
G = 26.33%
B = 23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#984F45 (or 0x984F45) is known color: Copper Rust. HEX triplet: 98, 4F and 45. RGB value is (152,79,69). Sum of RGB (Red+Green+Blue) = 152+79+69=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #984F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984F45 is #67B0BA. Grayscale: #636363. Windows color (decimal): -6795451 or 4542360. OLE color: 4542360.

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

Color convert

RGB 152 79 69 -
CMYK 0 0.48 0.55 0.40
HSL 7.23º 0.38% 0.43% -
HSV(B) 7.23º 0.55% 0.6% -
XYZ 16.82 12.7 7.19 -
YUV 99.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 152 79 69 0 0.48 0.55 0.40 7.23 0.38 0.43
Hex 98 4F 45 0 30 37 28 7 26 2B
Octal 230 117 105 0 60 67 50 7 46 53
Binary 10011000 1001111 1000101 0 110000 110111 101000 111 100110 101011

Color Harmonies of #984F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984F45

Black with #984F45

Text Example


Text Example

White with #984F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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