Html Css Color HEX #93574F Copper Rust

📋 copy color: '#93574F'

red 147 ◦ green 87 ◦ blue 79

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

Shades of Copper Rust #93574F

Tints of Copper Rust #93574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.8%

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 46.96%
G = 27.8%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#93574F (or 0x93574F) is known color: Copper Rust. HEX triplet: 93, 57 and 4F. RGB value is (147,87,79). Sum of RGB (Red+Green+Blue) = 147+87+79=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93574F is #6CA8B0. Grayscale: #686868. Windows color (decimal): -7121073 or 5199763. OLE color: 5199763.

HSL color Cylindrical-coordinate representation of color #93574F: hue angle of 7.06º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93574F is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 87 79 -
CMYK 0 0.41 0.46 0.42
HSL 7.06º 0.3% 0.44% -
HSV(B) 7.06º 0.46% 0.58% -
XYZ 16.85 13.58 9.13 -
YUV 104.03 113.88 158.65 -
System Red Green Blue C M Y K H S L
Decimal 147 87 79 0 0.41 0.46 0.42 7.06 0.3 0.44
Hex 93 57 4F 0 29 2E 2A 7 1E 2C
Octal 223 127 117 0 51 56 52 7 36 54
Binary 10010011 1010111 1001111 0 101001 101110 101010 111 11110 101100

Color Harmonies of #93574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93574F

Black with #93574F

Text Example


Text Example

White with #93574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93574F; }

 p { color: rgb(147,87,79); }

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

background-color css

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

 a { background-color: rgb(147,87,79); }

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

border-color css

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

 span { border-color: rgb(147,87,79); }

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