Html Css Color HEX #93574C Copper Rust

📋 copy color: '#93574C'

red 147 ◦ green 87 ◦ blue 76

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

Shades of Copper Rust #93574C

Tints of Copper Rust #93574C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 47.42%
G = 28.06%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93574C (or 0x93574C) is known color: Copper Rust. HEX triplet: 93, 57 and 4C. RGB value is (147,87,76). Sum of RGB (Red+Green+Blue) = 147+87+76=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93574C is #6CA8B3. Grayscale: #676767. Windows color (decimal): -7121076 or 5003155. OLE color: 5003155.

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

Color convert

RGB 147 87 76 -
CMYK 0 0.41 0.48 0.42
HSL 9.3º 0.32% 0.44% -
HSV(B) 9.3º 0.48% 0.58% -
XYZ 16.75 13.54 8.57 -
YUV 103.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 147 87 76 0 0.41 0.48 0.42 9.3 0.32 0.44
Hex 93 57 4C 0 29 30 2A 9 20 2C
Octal 223 127 114 0 51 60 52 11 40 54
Binary 10010011 1010111 1001100 0 101001 110000 101010 1001 100000 101100

Color Harmonies of #93574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93574C

Black with #93574C

Text Example


Text Example

White with #93574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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