Html Css Color HEX #93514B Copper Rust

📋 copy color: '#93514B'

red 147 ◦ green 81 ◦ blue 75

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

Shades of Copper Rust #93514B

Tints of Copper Rust #93514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 48.51%
G = 26.73%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#93514B (or 0x93514B) is known color: Copper Rust. HEX triplet: 93, 51 and 4B. RGB value is (147,81,75). Sum of RGB (Red+Green+Blue) = 147+81+75=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93514B is #6CAEB4. Grayscale: #646464. Windows color (decimal): -7122613 or 4936083. OLE color: 4936083.

HSL color Cylindrical-coordinate representation of color #93514B: hue angle of 5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93514B is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 81 75 -
CMYK 0 0.45 0.49 0.42
HSL 0.32% 0.44% -
HSV(B) 0.49% 0.58% -
XYZ 16.25 12.6 8.23 -
YUV 100.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 147 81 75 0 0.45 0.49 0.42 5 0.32 0.44
Hex 93 51 4B 0 2D 31 2A 5 20 2C
Octal 223 121 113 0 55 61 52 5 40 54
Binary 10010011 1010001 1001011 0 101101 110001 101010 101 100000 101100

Color Harmonies of #93514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93514B

Black with #93514B

Text Example


Text Example

White with #93514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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