Html Css Color HEX #984F4C Copper Rust

📋 copy color: '#984F4C'

red 152 ◦ green 79 ◦ blue 76

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

Shades of Copper Rust #984F4C

Tints of Copper Rust #984F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 49.51%
G = 25.73%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#984F4C (or 0x984F4C) is known color: Copper Rust. HEX triplet: 98, 4F and 4C. RGB value is (152,79,76). Sum of RGB (Red+Green+Blue) = 152+79+76=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #984F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984F4C is #67B0B3. Grayscale: #646464. Windows color (decimal): -6795444 or 5001112. OLE color: 5001112.

HSL color Cylindrical-coordinate representation of color #984F4C: hue angle of 2.37º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #984F4C is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 79 76 -
CMYK 0 0.48 0.50 0.40
HSL 2.37º 0.33% 0.45% -
HSV(B) 2.37º 0.5% 0.6% -
XYZ 17.05 12.79 8.41 -
YUV 100.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 152 79 76 0 0.48 0.50 0.40 2.37 0.33 0.45
Hex 98 4F 4C 0 30 32 28 2 21 2D
Octal 230 117 114 0 60 62 50 2 41 55
Binary 10011000 1001111 1001100 0 110000 110010 101000 10 100001 101101

Color Harmonies of #984F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984F4C

Black with #984F4C

Text Example


Text Example

White with #984F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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