Html Css Color HEX #93574B Copper Rust

📋 copy color: '#93574B'

red 147 ◦ green 87 ◦ blue 75

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

Shades of Copper Rust #93574B

Tints of Copper Rust #93574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 47.57%
G = 28.16%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#93574B (or 0x93574B) is known color: Copper Rust. HEX triplet: 93, 57 and 4B. RGB value is (147,87,75). Sum of RGB (Red+Green+Blue) = 147+87+75=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93574B is #6CA8B4. Grayscale: #676767. Windows color (decimal): -7121077 or 4937619. OLE color: 4937619.

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

Color convert

RGB 147 87 75 -
CMYK 0 0.41 0.49 0.42
HSL 10º 0.32% 0.44% -
HSV(B) 10º 0.49% 0.58% -
XYZ 16.71 13.53 8.39 -
YUV 103.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 147 87 75 0 0.41 0.49 0.42 10 0.32 0.44
Hex 93 57 4B 0 29 31 2A A 20 2C
Octal 223 127 113 0 51 61 52 12 40 54
Binary 10010011 1010111 1001011 0 101001 110001 101010 1010 100000 101100

Color Harmonies of #93574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93574B

Black with #93574B

Text Example


Text Example

White with #93574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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