Html Css Color HEX #93554D Copper Rust

📋 copy color: '#93554D'

red 147 ◦ green 85 ◦ blue 77

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

Shades of Copper Rust #93554D

Tints of Copper Rust #93554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 47.57%
G = 27.51%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93554D (or 0x93554D) is known color: Copper Rust. HEX triplet: 93, 55 and 4D. RGB value is (147,85,77). Sum of RGB (Red+Green+Blue) = 147+85+77=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93554D is #6CAAB2. Grayscale: #666666. Windows color (decimal): -7121587 or 5068179. OLE color: 5068179.

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

Color convert

RGB 147 85 77 -
CMYK 0 0.42 0.48 0.42
HSL 6.86º 0.31% 0.44% -
HSV(B) 6.86º 0.48% 0.58% -
XYZ 16.62 13.24 8.7 -
YUV 102.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 147 85 77 0 0.42 0.48 0.42 6.86 0.31 0.44
Hex 93 55 4D 0 2A 30 2A 7 1F 2C
Octal 223 125 115 0 52 60 52 7 37 54
Binary 10010011 1010101 1001101 0 101010 110000 101010 111 11111 101100

Color Harmonies of #93554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93554D

Black with #93554D

Text Example


Text Example

White with #93554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93554D; }

 p { color: rgb(147,85,77); }

 H1.HeaderClassName
 {
   color: #93554D;
 }
 .AnyTagClassName
 {
   color: #93554D;
 }
</style>

background-color css

<style>
 a { background-color: #93554D; }

 a { background-color: rgb(147,85,77); }

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

border-color css

<style>
 span { border-color: #93554D; }

 span { border-color: rgb(147,85,77); }

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