Html Css Color HEX #93554A Copper Rust

📋 copy color: '#93554A'

red 147 ◦ green 85 ◦ blue 74

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

Shades of Copper Rust #93554A

Tints of Copper Rust #93554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 48.04%
G = 27.78%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#93554A (or 0x93554A) is known color: Copper Rust. HEX triplet: 93, 55 and 4A. RGB value is (147,85,74). Sum of RGB (Red+Green+Blue) = 147+85+74=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93554A is #6CAAB5. Grayscale: #666666. Windows color (decimal): -7121590 or 4871571. OLE color: 4871571.

HSL color Cylindrical-coordinate representation of color #93554A: hue angle of 9.04º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93554A is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 85 74 -
CMYK 0 0.42 0.50 0.42
HSL 9.04º 0.33% 0.43% -
HSV(B) 9.04º 0.5% 0.58% -
XYZ 16.52 13.19 8.15 -
YUV 102.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 147 85 74 0 0.42 0.50 0.42 9.04 0.33 0.43
Hex 93 55 4A 0 2A 32 2A 9 21 2B
Octal 223 125 112 0 52 62 52 11 41 53
Binary 10010011 1010101 1001010 0 101010 110010 101010 1001 100001 101011

Color Harmonies of #93554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93554A

Black with #93554A

Text Example


Text Example

White with #93554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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