Html Css Color HEX #984F4B Copper Rust

📋 copy color: '#984F4B'

red 152 ◦ green 79 ◦ blue 75

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

Shades of Copper Rust #984F4B

Tints of Copper Rust #984F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 49.67%
G = 25.82%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#984F4B (or 0x984F4B) is known color: Copper Rust. HEX triplet: 98, 4F and 4B. RGB value is (152,79,75). Sum of RGB (Red+Green+Blue) = 152+79+75=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #984F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984F4B is #67B0B4. Grayscale: #646464. Windows color (decimal): -6795445 or 4935576. OLE color: 4935576.

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

Color convert

RGB 152 79 75 -
CMYK 0 0.48 0.51 0.40
HSL 3.12º 0.34% 0.45% -
HSV(B) 3.12º 0.51% 0.6% -
XYZ 17.01 12.78 8.23 -
YUV 100.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 152 79 75 0 0.48 0.51 0.40 3.12 0.34 0.45
Hex 98 4F 4B 0 30 33 28 3 22 2D
Octal 230 117 113 0 60 63 50 3 42 55
Binary 10011000 1001111 1001011 0 110000 110011 101000 11 100010 101101

Color Harmonies of #984F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984F4B

Black with #984F4B

Text Example


Text Example

White with #984F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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