Html Css Color HEX #93594C Copper Rust

📋 copy color: '#93594C'

red 147 ◦ green 89 ◦ blue 76

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

Shades of Copper Rust #93594C

Tints of Copper Rust #93594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.36%

R = 47.12%
G = 28.53%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93594C (or 0x93594C) is known color: Copper Rust. HEX triplet: 93, 59 and 4C. RGB value is (147,89,76). Sum of RGB (Red+Green+Blue) = 147+89+76=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #93594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93594C is #6CA6B3. Grayscale: #686868. Windows color (decimal): -7120564 or 5003667. OLE color: 5003667.

HSL color Cylindrical-coordinate representation of color #93594C: hue angle of 10.99º degrees, saturation: 0.32, 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 #93594C is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 89 76 -
CMYK 0 0.39 0.48 0.42
HSL 10.99º 0.32% 0.44% -
HSV(B) 10.99º 0.48% 0.58% -
XYZ 16.91 13.87 8.62 -
YUV 104.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 147 89 76 0 0.39 0.48 0.42 10.99 0.32 0.44
Hex 93 59 4C 0 27 30 2A B 20 2C
Octal 223 131 114 0 47 60 52 13 40 54
Binary 10010011 1011001 1001100 0 100111 110000 101010 1011 100000 101100

Color Harmonies of #93594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93594C

Black with #93594C

Text Example


Text Example

White with #93594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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