Html Css Color HEX #93584D Copper Rust

📋 copy color: '#93584D'

red 147 ◦ green 88 ◦ blue 77

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

Shades of Copper Rust #93584D

Tints of Copper Rust #93584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

 BLUE value IS 77 (30.47% from 255) = 24.68%

R = 47.12%
G = 28.21%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93584D (or 0x93584D) is known color: Copper Rust. HEX triplet: 93, 58 and 4D. RGB value is (147,88,77). Sum of RGB (Red+Green+Blue) = 147+88+77=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #93584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93584D is #6CA7B2. Grayscale: #686868. Windows color (decimal): -7120819 or 5068947. OLE color: 5068947.

HSL color Cylindrical-coordinate representation of color #93584D: hue angle of 9.43º degrees, saturation: 0.31, 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 #93584D is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 77 -
CMYK 0 0.40 0.48 0.42
HSL 9.43º 0.31% 0.44% -
HSV(B) 9.43º 0.48% 0.58% -
XYZ 16.86 13.72 8.78 -
YUV 104.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 147 88 77 0 0.40 0.48 0.42 9.43 0.31 0.44
Hex 93 58 4D 0 28 30 2A 9 1F 2C
Octal 223 130 115 0 50 60 52 11 37 54
Binary 10010011 1011000 1001101 0 101000 110000 101010 1001 11111 101100

Color Harmonies of #93584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93584D

Black with #93584D

Text Example


Text Example

White with #93584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93584D; }

 p { color: rgb(147,88,77); }

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

background-color css

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

 a { background-color: rgb(147,88,77); }

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

border-color css

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

 span { border-color: rgb(147,88,77); }

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