Html Css Color HEX #93584A Copper Rust

📋 copy color: '#93584A'

red 147 ◦ green 88 ◦ blue 74

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

Shades of Copper Rust #93584A

Tints of Copper Rust #93584A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 47.57%
G = 28.48%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#93584A (or 0x93584A) is known color: Copper Rust. HEX triplet: 93, 58 and 4A. RGB value is (147,88,74). Sum of RGB (Red+Green+Blue) = 147+88+74=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93584A is #6CA7B5. Grayscale: #686868. Windows color (decimal): -7120822 or 4872339. OLE color: 4872339.

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

Color convert

RGB 147 88 74 -
CMYK 0 0.40 0.50 0.42
HSL 11.51º 0.33% 0.43% -
HSV(B) 11.51º 0.5% 0.58% -
XYZ 16.76 13.68 8.24 -
YUV 104.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 147 88 74 0 0.40 0.50 0.42 11.51 0.33 0.43
Hex 93 58 4A 0 28 32 2A C 21 2B
Octal 223 130 112 0 50 62 52 14 41 53
Binary 10010011 1011000 1001010 0 101000 110010 101010 1100 100001 101011

Color Harmonies of #93584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93584A

Black with #93584A

Text Example


Text Example

White with #93584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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