Html Css Color HEX #935249 Copper Rust

📋 copy color: '#935249'

red 147 ◦ green 82 ◦ blue 73

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

Shades of Copper Rust #935249

Tints of Copper Rust #935249

RGB

 RED value IS 147 (57.81% from 255) = 48.68%

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

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

R = 48.68%
G = 27.15%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#935249 (or 0x935249) is known color: Copper Rust. HEX triplet: 93, 52 and 49. RGB value is (147,82,73). Sum of RGB (Red+Green+Blue) = 147+82+73=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #935249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935249 is #6CADB6. Grayscale: #646464. Windows color (decimal): -7122359 or 4805267. OLE color: 4805267.

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

Color convert

RGB 147 82 73 -
CMYK 0 0.44 0.50 0.42
HSL 7.3º 0.34% 0.43% -
HSV(B) 7.3º 0.5% 0.58% -
XYZ 16.25 12.72 7.9 -
YUV 100.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 147 82 73 0 0.44 0.50 0.42 7.3 0.34 0.43
Hex 93 52 49 0 2C 32 2A 7 22 2B
Octal 223 122 111 0 54 62 52 7 42 53
Binary 10010011 1010010 1001001 0 101100 110010 101010 111 100010 101011

Color Harmonies of #935249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935249

Black with #935249

Text Example


Text Example

White with #935249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935249; }

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

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

background-color css

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

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

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

border-color css

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

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

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