Html Css Color HEX #945249 Copper Rust

📋 copy color: '#945249'

red 148 ◦ green 82 ◦ blue 73

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

Shades of Copper Rust #945249

Tints of Copper Rust #945249

RGB

 RED value IS 148 (58.2% from 255) = 48.84%

 GREEN value IS 82 (32.42% from 255) = 27.06%

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 48.84%
G = 27.06%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#945249 (or 0x945249) is known color: Copper Rust. HEX triplet: 94, 52 and 49. RGB value is (148,82,73). Sum of RGB (Red+Green+Blue) = 148+82+73=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #945249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945249 is #6BADB6. Grayscale: #646464. Windows color (decimal): -7056823 or 4805268. OLE color: 4805268.

HSL color Cylindrical-coordinate representation of color #945249: hue angle of 7.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #945249 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 82 73 -
CMYK 0 0.45 0.51 0.42
HSL 7.2º 0.34% 0.43% -
HSV(B) 7.2º 0.51% 0.58% -
XYZ 16.43 12.81 7.91 -
YUV 100.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 148 82 73 0 0.45 0.51 0.42 7.2 0.34 0.43
Hex 94 52 49 0 2D 33 2A 7 22 2B
Octal 224 122 111 0 55 63 52 7 42 53
Binary 10010100 1010010 1001001 0 101101 110011 101010 111 100010 101011

Color Harmonies of #945249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945249

Black with #945249

Text Example


Text Example

White with #945249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945249; }

 p { color: rgb(148,82,73); }

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

background-color css

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

 a { background-color: rgb(148,82,73); }

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

border-color css

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

 span { border-color: rgb(148,82,73); }

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