Html Css Color HEX #984B46 Copper Rust

📋 copy color: '#984B46'

red 152 ◦ green 75 ◦ blue 70

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

Shades of Copper Rust #984B46

Tints of Copper Rust #984B46

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 51.18%
G = 25.25%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#984B46 (or 0x984B46) is known color: Copper Rust. HEX triplet: 98, 4B and 46. RGB value is (152,75,70). Sum of RGB (Red+Green+Blue) = 152+75+70=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #984B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B46 is #67B4B9. Grayscale: #616161. Windows color (decimal): -6796474 or 4606872. OLE color: 4606872.

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

Color convert

RGB 152 75 70 -
CMYK 0 0.51 0.54 0.40
HSL 3.66º 0.37% 0.44% -
HSV(B) 3.66º 0.54% 0.6% -
XYZ 16.57 12.15 7.27 -
YUV 97.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 152 75 70 0 0.51 0.54 0.40 3.66 0.37 0.44
Hex 98 4B 46 0 33 36 28 4 25 2C
Octal 230 113 106 0 63 66 50 4 45 54
Binary 10011000 1001011 1000110 0 110011 110110 101000 100 100101 101100

Color Harmonies of #984B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984B46

Black with #984B46

Text Example


Text Example

White with #984B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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