Html Css Color HEX #93554E Copper Rust

📋 copy color: '#93554E'

red 147 ◦ green 85 ◦ blue 78

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

Shades of Copper Rust #93554E

Tints of Copper Rust #93554E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 47.42%
G = 27.42%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#93554E (or 0x93554E) is known color: Copper Rust. HEX triplet: 93, 55 and 4E. RGB value is (147,85,78). Sum of RGB (Red+Green+Blue) = 147+85+78=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93554E is #6CAAB1. Grayscale: #666666. Windows color (decimal): -7121586 or 5133715. OLE color: 5133715.

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

Color convert

RGB 147 85 78 -
CMYK 0 0.42 0.47 0.42
HSL 6.09º 0.31% 0.44% -
HSV(B) 6.09º 0.47% 0.58% -
XYZ 16.66 13.25 8.89 -
YUV 102.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 147 85 78 0 0.42 0.47 0.42 6.09 0.31 0.44
Hex 93 55 4E 0 2A 2F 2A 6 1F 2C
Octal 223 125 116 0 52 57 52 6 37 54
Binary 10010011 1010101 1001110 0 101010 101111 101010 110 11111 101100

Color Harmonies of #93554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93554E

Black with #93554E

Text Example


Text Example

White with #93554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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