Html Css Color HEX #93584B Copper Rust

📋 copy color: '#93584B'

red 147 ◦ green 88 ◦ blue 75

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

Shades of Copper Rust #93584B

Tints of Copper Rust #93584B

RGB

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

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

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

R = 47.42%
G = 28.39%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#93584B (or 0x93584B) is known color: Copper Rust. HEX triplet: 93, 58 and 4B. RGB value is (147,88,75). Sum of RGB (Red+Green+Blue) = 147+88+75=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93584B is #6CA7B4. Grayscale: #686868. Windows color (decimal): -7120821 or 4937875. OLE color: 4937875.

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

Color convert

RGB 147 88 75 -
CMYK 0 0.40 0.49 0.42
HSL 10.83º 0.32% 0.44% -
HSV(B) 10.83º 0.49% 0.58% -
XYZ 16.79 13.69 8.41 -
YUV 104.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 147 88 75 0 0.40 0.49 0.42 10.83 0.32 0.44
Hex 93 58 4B 0 28 31 2A B 20 2C
Octal 223 130 113 0 50 61 52 13 40 54
Binary 10010011 1011000 1001011 0 101000 110001 101010 1011 100000 101100

Color Harmonies of #93584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93584B

Black with #93584B

Text Example


Text Example

White with #93584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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