Html Css Color HEX #93554F Copper Rust

📋 copy color: '#93554F'

red 147 ◦ green 85 ◦ blue 79

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

Shades of Copper Rust #93554F

Tints of Copper Rust #93554F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.4%

R = 47.27%
G = 27.33%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#93554F (or 0x93554F) is known color: Copper Rust. HEX triplet: 93, 55 and 4F. RGB value is (147,85,79). Sum of RGB (Red+Green+Blue) = 147+85+79=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93554F is #6CAAB0. Grayscale: #666666. Windows color (decimal): -7121585 or 5199251. OLE color: 5199251.

HSL color Cylindrical-coordinate representation of color #93554F: hue angle of 5.29º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93554F is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 85 79 -
CMYK 0 0.42 0.46 0.42
HSL 5.29º 0.3% 0.44% -
HSV(B) 5.29º 0.46% 0.58% -
XYZ 16.69 13.26 9.08 -
YUV 102.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 147 85 79 0 0.42 0.46 0.42 5.29 0.3 0.44
Hex 93 55 4F 0 2A 2E 2A 5 1E 2C
Octal 223 125 117 0 52 56 52 5 36 54
Binary 10010011 1010101 1001111 0 101010 101110 101010 101 11110 101100

Color Harmonies of #93554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93554F

Black with #93554F

Text Example


Text Example

White with #93554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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