Html Css Color HEX #93514E Copper Rust

📋 copy color: '#93514E'

red 147 ◦ green 81 ◦ blue 78

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

Shades of Copper Rust #93514E

Tints of Copper Rust #93514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 48.04%
G = 26.47%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#93514E (or 0x93514E) is known color: Copper Rust. HEX triplet: 93, 51 and 4E. RGB value is (147,81,78). Sum of RGB (Red+Green+Blue) = 147+81+78=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93514E is #6CAEB1. Grayscale: #646464. Windows color (decimal): -7122610 or 5132691. OLE color: 5132691.

HSL color Cylindrical-coordinate representation of color #93514E: hue angle of 2.61º 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 #93514E is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 81 78 -
CMYK 0 0.45 0.47 0.42
HSL 2.61º 0.31% 0.44% -
HSV(B) 2.61º 0.47% 0.58% -
XYZ 16.35 12.64 8.79 -
YUV 100.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 147 81 78 0 0.45 0.47 0.42 2.61 0.31 0.44
Hex 93 51 4E 0 2D 2F 2A 3 1F 2C
Octal 223 121 116 0 55 57 52 3 37 54
Binary 10010011 1010001 1001110 0 101101 101111 101010 11 11111 101100

Color Harmonies of #93514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93514E

Black with #93514E

Text Example


Text Example

White with #93514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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