Html Css Color HEX #93564C Copper Rust

📋 copy color: '#93564C'

red 147 ◦ green 86 ◦ blue 76

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

Shades of Copper Rust #93564C

Tints of Copper Rust #93564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

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

R = 47.57%
G = 27.83%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93564C (or 0x93564C) is known color: Copper Rust. HEX triplet: 93, 56 and 4C. RGB value is (147,86,76). Sum of RGB (Red+Green+Blue) = 147+86+76=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93564C is #6CA9B3. Grayscale: #676767. Windows color (decimal): -7121332 or 5002899. OLE color: 5002899.

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

Color convert

RGB 147 86 76 -
CMYK 0 0.41 0.48 0.42
HSL 8.45º 0.32% 0.44% -
HSV(B) 8.45º 0.48% 0.58% -
XYZ 16.66 13.38 8.54 -
YUV 103.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 147 86 76 0 0.41 0.48 0.42 8.45 0.32 0.44
Hex 93 56 4C 0 29 30 2A 8 20 2C
Octal 223 126 114 0 51 60 52 10 40 54
Binary 10010011 1010110 1001100 0 101001 110000 101010 1000 100000 101100

Color Harmonies of #93564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93564C

Black with #93564C

Text Example


Text Example

White with #93564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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