Html Css Color HEX #935349 Copper Rust

📋 copy color: '#935349'

red 147 ◦ green 83 ◦ blue 73

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

Shades of Copper Rust #935349

Tints of Copper Rust #935349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

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

R = 48.51%
G = 27.39%
B = 24.09%

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

#935349 (or 0x935349) is known color: Copper Rust. HEX triplet: 93, 53 and 49. RGB value is (147,83,73). Sum of RGB (Red+Green+Blue) = 147+83+73=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #935349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935349 is #6CACB6. Grayscale: #656565. Windows color (decimal): -7122103 or 4805523. OLE color: 4805523.

HSL color Cylindrical-coordinate representation of color #935349: hue angle of 8.11º 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 #935349 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 83 73 -
CMYK 0 0.44 0.50 0.42
HSL 8.11º 0.34% 0.43% -
HSV(B) 8.11º 0.5% 0.58% -
XYZ 16.33 12.87 7.93 -
YUV 101 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 147 83 73 0 0.44 0.50 0.42 8.11 0.34 0.43
Hex 93 53 49 0 2C 32 2A 8 22 2B
Octal 223 123 111 0 54 62 52 10 42 53
Binary 10010011 1010011 1001001 0 101100 110010 101010 1000 100010 101011

Color Harmonies of #935349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935349

Black with #935349

Text Example


Text Example

White with #935349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935349; }

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

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

background-color css

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

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

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

border-color css

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

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

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