Html Css Color HEX #984F4E Copper Rust

📋 copy color: '#984F4E'

red 152 ◦ green 79 ◦ blue 78

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

Shades of Copper Rust #984F4E

Tints of Copper Rust #984F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.24%

R = 49.19%
G = 25.57%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#984F4E (or 0x984F4E) is known color: Copper Rust. HEX triplet: 98, 4F and 4E. RGB value is (152,79,78). Sum of RGB (Red+Green+Blue) = 152+79+78=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #984F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F4E is #67B0B1. Grayscale: #646464. Windows color (decimal): -6795442 or 5132184. OLE color: 5132184.

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

Color convert

RGB 152 79 78 -
CMYK 0 0.48 0.49 0.40
HSL 0.81º 0.32% 0.45% -
HSV(B) 0.81º 0.49% 0.6% -
XYZ 17.12 12.82 8.78 -
YUV 100.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 152 79 78 0 0.48 0.49 0.40 0.81 0.32 0.45
Hex 98 4F 4E 0 30 31 28 1 20 2D
Octal 230 117 116 0 60 61 50 1 40 55
Binary 10011000 1001111 1001110 0 110000 110001 101000 1 100000 101101

Color Harmonies of #984F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984F4E

Black with #984F4E

Text Example


Text Example

White with #984F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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