Html Css Color HEX #93594E Copper Rust

📋 copy color: '#93594E'

red 147 ◦ green 89 ◦ blue 78

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

Shades of Copper Rust #93594E

Tints of Copper Rust #93594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.34%

 BLUE value IS 78 (30.86% from 255) = 24.84%

R = 46.82%
G = 28.34%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#93594E (or 0x93594E) is known color: Copper Rust. HEX triplet: 93, 59 and 4E. RGB value is (147,89,78). Sum of RGB (Red+Green+Blue) = 147+89+78=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #93594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93594E is #6CA6B1. Grayscale: #696969. Windows color (decimal): -7120562 or 5134739. OLE color: 5134739.

HSL color Cylindrical-coordinate representation of color #93594E: hue angle of 9.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93594E is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 89 78 -
CMYK 0 0.39 0.47 0.42
HSL 9.57º 0.31% 0.44% -
HSV(B) 9.57º 0.47% 0.58% -
XYZ 16.98 13.9 9 -
YUV 105.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 147 89 78 0 0.39 0.47 0.42 9.57 0.31 0.44
Hex 93 59 4E 0 27 2F 2A A 1F 2C
Octal 223 131 116 0 47 57 52 12 37 54
Binary 10010011 1011001 1001110 0 100111 101111 101010 1010 11111 101100

Color Harmonies of #93594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93594E

Black with #93594E

Text Example


Text Example

White with #93594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93594E; }

 p { color: rgb(147,89,78); }

 H1.HeaderClassName
 {
   color: #93594E;
 }
 .AnyTagClassName
 {
   color: #93594E;
 }
</style>

background-color css

<style>
 a { background-color: #93594E; }

 a { background-color: rgb(147,89,78); }

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

border-color css

<style>
 span { border-color: #93594E; }

 span { border-color: rgb(147,89,78); }

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