Html Css Color HEX #93514C Copper Rust

📋 copy color: '#93514C'

red 147 ◦ green 81 ◦ blue 76

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

Shades of Copper Rust #93514C

Tints of Copper Rust #93514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25%

R = 48.36%
G = 26.64%
B = 25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93514C (or 0x93514C) is known color: Copper Rust. HEX triplet: 93, 51 and 4C. RGB value is (147,81,76). Sum of RGB (Red+Green+Blue) = 147+81+76=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #93514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93514C is #6CAEB3. Grayscale: #646464. Windows color (decimal): -7122612 or 5001619. OLE color: 5001619.

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

Color convert

RGB 147 81 76 -
CMYK 0 0.45 0.48 0.42
HSL 4.23º 0.32% 0.44% -
HSV(B) 4.23º 0.48% 0.58% -
XYZ 16.28 12.61 8.41 -
YUV 100.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 147 81 76 0 0.45 0.48 0.42 4.23 0.32 0.44
Hex 93 51 4C 0 2D 30 2A 4 20 2C
Octal 223 121 114 0 55 60 52 4 40 54
Binary 10010011 1010001 1001100 0 101101 110000 101010 100 100000 101100

Color Harmonies of #93514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93514C

Black with #93514C

Text Example


Text Example

White with #93514C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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